What should be the best way? Please help.
one session per tab of a browser.
Hi all, In my web application i have to implement one session per tab. For Ex- If a user after successful login copy and paste the url of the browser to another tab, then it should after for login again.
Jignesh TrivediPosted May 20, 2013, 12:21 AM
so it should login again in both the tab?
I think it is not good idea to restrict user to open application over the multiple tab.
Also browser tabs are working on same session.