RE: determining session timeout value

2004-04-22 Thread hernans
2 April 2004 13:36 > To: [EMAIL PROTECTED] > Subject: determining session timeout value > > > After getting some great suggestions here for various > ways of handling session timeouts, I have implemented > something I am very happy with. Now, when a timeout > happens I

Re: determining session timeout value

2004-04-22 Thread Bill Siggelkow
Dean A. Hoover wrote: After getting some great suggestions here for various ways of handling session timeouts, I have implemented something I am very happy with. Now, when a timeout happens I want to be more informative to the user by constructing a message that tells them what the timeout is in m

RE: determining session timeout value

2004-04-22 Thread mike . raath
I think getMaxInactiveInterval on the HttpSession should give you what you want. -Original Message- From: Dean A. Hoover [mailto:[EMAIL PROTECTED] Sent: 22 April 2004 13:36 To: [EMAIL PROTECTED] Subject: determining session timeout value After getting some great suggestions here for

determining session timeout value

2004-04-22 Thread Dean A. Hoover
After getting some great suggestions here for various ways of handling session timeouts, I have implemented something I am very happy with. Now, when a timeout happens I want to be more informative to the user by constructing a message that tells them what the timeout is in minutes. Anyone know how