- To enable the session timeout to close all active pop-up windows, edit the web.xml file to enable the
SessionTimeoutCookieFilter . This filter is disabled by default. - To change the default timeout value, edit the
session-timeout setting in the web.xml file to configure the timeout value. The default value is 30 minutes. The minimum value is 3 minutes.
- To change the default timeout value, edit the
cas.session.timeout setting in the iam/WEB-INF/classes/cas.properties file. The default values is 7200000 is the default value (in milliseconds). - Create or open the text file to contain customized properties for emxSystem.properties. For more information, see Editing Properties Using MQL.
-
Add or edit this line in the file used to import properties into a page object for emxSystem.properties:
emxFramework.SessionTimeout.AutoLogout.PollTimer=60000
- When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the emxSystem.properties page object. For more information, see Editing Properties Using MQL.
|