Amit Patil
Amit Patil

Reputation: 1993

New Session in new tab

Iam working on Asp.net1.1 application... i want to implement one thing in my application... When iam browsing application in between that if i copy app Url & paste it into same browser but into new tab,then it should redirect to login page...means session should not get continue ...so how to implement this ...?

Upvotes: 0

Views: 6565

Answers (1)

FarligOpptreden
FarligOpptreden

Reputation: 5043

Try looking at these two SO questions already discussed previously:

How in ASP.NET, do you deal with session and multiple tabs?

How to differ sessions in browser-tabs?

Upvotes: 1

Related Questions