Someone asked about servlet lifecyle. What about session lifecycle?
I was surprised to discover for instance that when I restart the web server
IBM WebSphere appears to maintain my session object and any basic Java
objects I might have stored with it (i.e. String, Vector). What are lost
are objects of my own creation (i.e. myAppObject).
Can someone explain this behavior? I was under the assumption restarting
the web server would flush any current sessions, and the session itself, and
restart the servlets.
Thanks,
Dan
--
Daniel Kirkdorffer
Sr. Consultant, Syllogistics LLC
Web: http://www.syllogistics.com/
Email: [EMAIL PROTECTED]
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".