I suppose you use a servlet to set the session, you can use
session.setMaxInactiveInterval(time) where the variable time points out how many second you want to keep alive your session. e.g. time=60*60 =1h. However you should set a reasonable time interval, you can't keep alive your session for ever , otherwise your server could goes down On 24/05/07, Jitendra Ch <[EMAIL PROTECTED]> wrote:
Hi to all Can One of you help me how to make a session alive, because my session is getting expired after the time mentioned in the web.xmlWith regardsJitendra Ch _________________________________________________________________ The idiot box is no longer passe! http://content.msn.co.in/Entertainment/TV/Default.aspx
--------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]