Discussions
Web tier: servlets, JSP, Web frameworks: Different sessions for browsers in a web application - Possible?
-
Different sessions for browsers in a web application - Possible? (3 messages)
- Posted by: vaibhav vyas
- Posted on: July 14 2009 07:09 EDT
Hi All - I am facing a generic problem out here. I am having a web application and now I want to open 2 browsers with different sessions. As far as I have searched and tried I get an answer that having 2 sessions for same web application is not possible. Can anyone provide any other details , Whether this is possible or not ? ThanksThreaded Messages (3)
- Re: Different sessions for browsers in a web application - Possible? by Savio DSouza on July 16 2009 09:41 EDT
- 2 browsers for same web application needed by vaibhav vyas on July 17 2009 02:46 EDT
- Re: 2 browsers for same web application needed by Prashant Saraf on July 23 2009 07:38 EDT
- 2 browsers for same web application needed by vaibhav vyas on July 17 2009 02:46 EDT
-
Re: Different sessions for browsers in a web application - Possible?[ Go to top ]
- Posted by: Savio DSouza
- Posted on: July 16 2009 09:41 EDT
- in response to vaibhav vyas
Which browser are you trying with and which OSes? On IE, opening a new window (not doing ctrl+N) should allow you to have multiple sessions open on the same machine. IE tabs and firefox re-use the sessions and so you can't really do this. Of course you could open two browsers on different machines. ;-) -
2 browsers for same web application needed[ Go to top ]
- Posted by: vaibhav vyas
- Posted on: July 17 2009 02:46 EDT
- in response to Savio DSouza
Savio - I have a web application and I want to open 2 instances of application once I click on a hyprlink. These 2 Browsers should have 2 different sessions. In all the approches I have tried so far I am getting same session in both the browsers. And I am using IE6 and ofcourse I want this on same machine :) Thnx ! -
Re: 2 browsers for same web application needed[ Go to top ]
- Posted by: Prashant Saraf
- Posted on: July 23 2009 07:38 EDT
- in response to vaibhav vyas
You can have two different session on single browser with multiple tab/window, you need to override the session object.