Hi,
I have asp.net web application. when we open our application into same browser but differnt tab . Then Session of one tab is shared accroess all the open tabs
There is one solution like Cookieless session But we all know that cookiless session has so many problms.
Please help me
Loading

Jignesh TrivediPosted Jan 9, 2012, 6:40 AM
this is normal behaviour of browser (shared single session on multiple tab).
following link may help you lot to resolved issue. use "window.name" javascript property. for same please refer it.
http://www.coderanch.com/t/454062/Servlets/java/session-multi-tabs-browser
hope this help.