Hi all:

I have a problem with my servlet. The entire application ( e-commerce
web page) is packed in myservlet.war.
The servlet needs to know the session of the user in the web to handle
security.
When I build a new myservlet.war and JBoss make a new redeploy of the
web, the old java objects are destroyed and the users of the web in that
moment get a "session expired" because the servlet starts at point 0.

How can I avoid the lost of the session and the process of redeploy be
'transparent' to the users , when I upload to the server a new version
of the web?

Thanks very much.



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to