[Fwd: Session expiration...]

2001-02-08 Thread Merwin Yap
Hi! I want to ask about sessions in tomcat. How do you change the elapsed time for the session to expire. Thanks! Merwin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [Fwd: Session expiration...]

2001-02-08 Thread Kief Morris
Merwin Yap typed the following on 04:27 PM 2/3/2001 +0800 Hi! I want to ask about sessions in tomcat. How do you change the elapsed time for the session to expire. In your web.xml put: session-config session-timeout30/session-timeout /session-config Change 30 to the number of minutes that

Re: [Fwd: Session expiration...]

2001-02-08 Thread Doug Ferguson
I'd like to know too!!! Merwin Yap wrote: Subject: Session expiration... Date: Sat, 03 Feb 2001 16:18:38 +0800 From: Merwin Yap [EMAIL PROTECTED] To: [EMAIL PROTECTED] Hi! I want to ask about sessions in tomcat.

Re: [Fwd: Session expiration...]

2001-02-08 Thread John Clark L. Naldoza
Merwin Yap wrote: Subject: Session expiration... Date: Sat, 03 Feb 2001 16:18:38 +0800 From: Merwin Yap [EMAIL PROTECTED] To: [EMAIL PROTECTED] Hi! I want to ask about sessions in tomcat. How do you change the

Re: [Fwd: Session expiration...]

2001-02-08 Thread Craig R. McClanahan
Kief Morris wrote: Merwin Yap typed the following on 04:27 PM 2/3/2001 +0800 Hi! I want to ask about sessions in tomcat. How do you change the elapsed time for the session to expire. In your web.xml put: session-config session-timeout30/session-timeout /session-config Change 30 to