Also, I was under the impression that 'session' is good for the amount of time specified in your configuration file, or until session.invalidate(); is called?
Thanks Paul. That is according to the spec, The session only lives for the time of the application,closing your browser window, means that you are ending your application Filip > -----Original Message----- > From: Paul Wallace [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 05, 2003 9:01 PM > To: Tomcat Developers List > Subject: window close session invalidate > > > Dear all, > May someone enlighten me on why my session is being invalidated > when I close a browser window? I am doing this in one of two ways - the > application close icon on the top right of the window, or a simple: > > <a href="javascript:window.close();">CLOSE</a> > > Does anyone have any experience of this? The session is being killed and > thus so is my app. I will submit this query to the user list, but > thought it appropriate for this list as I am getting the same result > from multiple instances of TC on different servers, implying it is not a > configuration issue as first suspected. > > Thanks > > Paul. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]