Same session in diffrent browser tab problem
Hello;
I am having a problem (might be browsers claim it a feature) that my application shares the same session if I use to access it from different tabs of a browser.
I have googled but could not find out any work around for it.
I want to restrict the user if he wants to access my application from another tab. Server identifies the user by session cookie generated by browser itself which kept same in all tabs. So is there any programmatic way that I be able to handle this situation. I want to catch the user at Filter level and redirect to a message page.
Your comments...
-Tahir
Edited by: tahirakram on Jul 3, 2008 10:54 AM