This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes A new Session in another browser window? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "A new Session in another browser window?" Watch "A new Session in another browser window?" New topic
Author

A new Session in another browser window?

deepak carter
Ranch Hand

Joined: Feb 19, 2011
Posts: 159
Hi All,

I am accessing a servlet using internet explorer. If I open a a new browser window will it be a new session or it will be in a previous session???
Prasad Krishnegowda
Ranch Hand

Joined: Apr 25, 2010
Posts: 503

It depends on IE version, if you re using version older than IE6, then its new session, after IE7, the same session is shared..

P:S: Why can't you try this out yourself?


Regards, Prasad
SCJP 5 (93%)
Punit Jain
Ranch Hand

Joined: Aug 20, 2011
Posts: 902
[EDIT: thread hijack removed. Start your own questions in your own topic.]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: A new Session in another browser window?
 
Similar Threads
HttpSession Object creation with mulitple browser windows
Sessions
Session
Session Management
Servlet session