RE: how to persist a session

2006-05-25 Thread Vikas Jain
Please go through this link http://tomcat.apache.org/tomcat-5.0-doc/config/manager.html inside this at last there is Restart Persistence Whenver Catalina is shut down normally and restarted, or when an application reload is triggered, the standard Manager implementation will attempt to serial

RE: how to persist a session

2006-05-25 Thread Vikas Jain
Hi Lung Chan, Many Many thanks for reply. I also think that through cookies it will done but how it is? Do you have any idea of using cookies to save a session? Regads Vikas Jain -Original Message- From: Lung Chan [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 6:22 PM To: Tomcat

how to persist a session

2006-05-25 Thread Vikas Jain
Hi, I am using java server faces. My web server is Tomcat5.0. I want to persist my session that is the session should continue until user logs out. I don't want to do this task through 0 in web.xml. Any help will be highly appreciated... With Thanks And Regards Vikas