Customizing the Duration of Session Timeout for Arbortext Publishing Engine
The duration of a user’s session of Arbortext Publishing Engine is controlled by the session-timeout element in the PE_HOME\e3\e3\WEB-INF\web.xml file.
<!-- Characteristics of a session when a user authenticates -->
<session-config>
<session-timeout>10</session-timeout>
</session-config>
The default value is 10 minutes. It means that the user gets logged out of the session after 10 minutes of inactivity. You can change this as per your user requirements. The user can click on logout button on upper-right corner if they want to log off before the duration mentioned in the session-timeout element.
Parent topic