Try this from the Servlets and JSP javadoc on Interface HttpSession: setMaxInactiveInterval(int interval) Specifies the time, in seconds, between client requests before the servlet container will invalidate this session. get an instance of the session from the request and set the time out/interval to what ever you want (20 minutes in my example)
hope this helps paul [This message has been edited by Paul Wetzel (edited November 07, 2000).]
sean menezes
Greenhorn
Joined: Nov 06, 2000
Posts: 7
posted
0
Thanx Paul for your help. sean menezes Developer/Analyst JSP/Java beans Dhamm infotech
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.