Originally posted by kay jee:
Hi,
How can I get the session time out for all the applications running in a server?
Is there any API for eg. if the server is tomcat?
Session timeout of a
java web application is set in the deployment descriptor and that is specific to that web application.Another way to to this through the HTTPSession api.Using this api only you can get the session timeout of that particular web application.