Re: websphere application server used with a session timeout limit of 20 mins.!_NEWLINE_! the session expires before the set limit.
Posted By:
Arun_Bharathan
Posted On:
Monday, June 25, 2001 05:22 AM
There are multiple timeouts related to any web application running in websphere application server. First you should be sure that you are having problems with the session timeouts. There are time settings in security like the LTPA token expiration time(default 30 minutes)in global settings of WAS.
There are other time settings according to your network architecture. Like SSL timeouts, Firewall tokens timeouts, etc.
So make sure and see if any of these affect you. And of course see if anywhere in the code you are not invalidating the session!!! Hope this helps you.