concept of session in J2EE
In a JSP/Servlet application, what exactly constitutes a user session?
If I have an application open and I open a new browser window at one
of the pages in the app would this create 2 sessions or still one?
Basically, I was trying to find out if I need to synchronize access to
any session variables in servlet code or that is not necessary.
TIA
.
Relevant Pages
- Re: Attempt to de-mystify AJAX
... our shopping cart cookies are ... >> the session from the temp files and the cookie will automatically expire ... > the session key is valid (inactivity time limit not reached). ... > What will happen, however, is that if the browser window goes away, the ... (comp.databases.pick) - Session lost after showModalDialog or showModelessDialog
... All three forms write out the session id the browser window and that the ... Form2 writes out the session id and has a html button which opens Form 3 ... (microsoft.public.windows.inetexplorer.ie6.browser) - Re: Counting number of users logged in
... unless you're using the Membership class for logins. ... session state management and relying on counting the number of sessions active. ... just closed the browser window, or those who have left the browser open ... (microsoft.public.dotnet.framework.aspnet) - Re: Session data overwritten when using two browser instances (CTR+N)
... The culprint is the way the second browser window is opened. ... share session variables and when the user change event in browser window no ... the session variables is changed also for browser window no 1. ... (microsoft.public.dotnet.framework.aspnet) - Invalid session when a new IE window is opened using window.open()
... browser window using javascript's window.open. ... SessionTimeOut exception invalidating the session. ... opens a IE window but not a IE process and thus carries the same ... (microsoft.public.inetserver.asp.general) |
|