Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi All,

I am new to this cookies-session portion.

I need your help. Kindly give your suggestions.

In my application I'm using "UseCookies" in session state tag. So it takes the session value in cookies. So, if run my application in two tabs it shares the session value.

How to resolve this issue.

Its very important issue give your solution.
Posted

1 solution

Session value remains the same for a single browser even if it is two tabs in same browser. Try using two different browsers for your purpose.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900