| Author |
Java Session Tracking
|
sandeeprajsingh tandon
Ranch Hand
Joined: Mar 06, 2009
Posts: 66
|
|
Hi,
May i know the following
Q) What happens to the session object when a browser is opened and Url to MY APPLICATIOn is typed and while i am at it, i open another browser on the same machine and access the same Url. Would the session be different for different browsers. Assume that my Browser supports cookies
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
You'd know a lot more if you'd asked this question in a forum devoted to the type of question you're asking. This is the IDE and Version Control forum.
http://faq.javaranch.com/java/CarefullyChooseOneForum
However, the answer depends. If all the "browsers" are just windows in the same browser program, they'll all share the same cookies, and therefore the same session. IE and Firefox are 2 different programs with 2 different cookie stores, so an IE session won't be shared with Firefox.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Java Session Tracking
|
|
|