Hi,

User "A" logged in to your web site and he is using Mozilla firefox browser after his logged in , i have stored some value in Session , now user again logged in from Internet explorer. So what will happen , can i get the session value for this user ??
this user is allowed to logged in ???

Recommended Answers

All 2 Replies

No You wont get same session available for the same user when you use a different browser.. You will instead get a new session.. HERE is a similar thread regarding the same..

http://forums.asp.net/t/1668958.aspx/1

Also You have to specifically avoid such scenarios in future because It could lead to problems like Session Merging which would really cause multiple problems for you and could hamper your application functionality..

http://www.codeproject.com/Articles/35859/Detect-and-prevent-multiple-windows-or-tab-usage-i

Like @geniusvishal said, No ... its a new Session.

However, if they open a seperate tab, it will still be reading the same Session. Something to be aware of.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.