| Author |
session and new window
|
ben oliver
Ranch Hand
Joined: Mar 28, 2006
Posts: 356
|
|
|
When user is navigating within one web application, if there is a link user cna click to open a new browser window and the new window is another web application with its own context root, etc. Does this new window's web app share the http session created in the original web app ? when user clicks the link to pop the new web app in a new window, the app has already a http session and saved many objects there, will the new window still be able to retrieve those objects in session if the new window is a separate web app with its own .ear file deployed ?
|
 |
Nitin Surana
Ranch Hand
Joined: Jan 21, 2011
Posts: 129
|
|
|
As long as the user is using the same browser the session will be shared among multiple windows.
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50691
|
|
|
What happened when you tried it?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: session and new window
|
|
|