Hi,
Please help in this regard.
How to set session time out from a servlet.
-
how to set session time out from a servlet (1 messages)
- Posted by: kishore kumar
- Posted on: April 24 2004 01:10 EDT
Threaded Messages (1)
- how to set session time out from a servlet by Senthil Chinnaiyan on April 24 2004 07:29 EDT
-
how to set session time out from a servlet[ Go to top ]
- Posted by: Senthil Chinnaiyan
- Posted on: April 24 2004 07:29 EDT
- in response to kishore kumar
request.getSession().setMaxInactiveInterval(int seconds)
Thanks,
senthil.