Message Boards

Setting session timeout in Websphere

Vishnu S Kumar, modified 4 Years ago.

Setting session timeout in Websphere

Regular Member Posts: 131 Join Date: 7/28/17 Recent Posts
We have set 'session.timeout' value in the portal-ext.  The documentation says to set it in both portal-ext and server config. In tomcat it is in the web.xml file, but where is this setting in the IBM websphere. We have tried Session Managament ->Session Timeout in App Server but not working.
Thanks
thumbnail
Olaf Kock, modified 4 Years ago.

RE: Setting session timeout in Websphere

Liferay Legend Posts: 6403 Join Date: 9/23/08 Recent Posts
As web.xml is standardized in the servlet spec, I'd assume that to work with Websphere as well. Maybe overridable by the appserver...
(Note: It's an educated guess, I'm not working with Websphere usually)
Vishnu S Kumar, modified 4 Years ago.

RE: Setting session timeout in Websphere (Answer)

Regular Member Posts: 131 Join Date: 7/28/17 Recent Posts
Thanks Olaf.  We fixed it by updating the web.xml in the liferay war that used to install the liferay in the websphere.