Hi friends ,
Can anyone tell me :
" How can we set the session time out to be more than 1 hour in a
servlet ?"
As i know , we have the following tag in web.xml
<session config>
<Session-timeout>{TIME IN MINUTES}</session-timeout>
</session-config>
But this does not work is the time specified is more than 30 minutes as the default session time out for
TOMCAT is 30 minutes , so the session is automcatically timed out.
I want comment on it so as to support a long time out for my session ..
Thanks ,
Saurabh