I am using websphere 5.1 and I want to set session timeout for my application.
Now I know two ways of setting it (declaratively and programmaticall y).
* declaratively in web.xml of the application in session-cofig element.
* programatically by session.setMaxI nactiveInterval ().
Now I wanted to know two things.
1. If there exists any other way of setting session time out as well.
2. If I do not set my session timeout then what is the default session time out for my application.
Thank you in advance for any help.
Now I know two ways of setting it (declaratively and programmaticall y).
* declaratively in web.xml of the application in session-cofig element.
* programatically by session.setMaxI nactiveInterval ().
Now I wanted to know two things.
1. If there exists any other way of setting session time out as well.
2. If I do not set my session timeout then what is the default session time out for my application.
Thank you in advance for any help.
Comment