aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Java Session Tracking Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Java Session Tracking" Watch "Java Session Tracking" New topic
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
    
    7

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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Java Session Tracking
 
Similar Threads
About HttpSession
weblogic returns same session
Session
About Session Management
Invalidate session under 2 browser window with same web application