how to set session timeout in tomcat
843841Apr 9 2003 — edited Jun 24 2003My session expires aproximately after 30 minutes. How to increase timeout parameter in tomcat.
Also I am not able to use session.setMaxInactiveInterval() method.
While compilation it gives me error
Method setMaxInactiveInterval() not found in interface javax.servlet.http.HttpSession
I am using JSDK2.0