Welcome Guest! Log in
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.


The timeout of the web session of Analytics can be modified in the web.xml configuration file, located in :

<Analytics Folder>\WEB-INF\web.xml

The parameter to configure is in the session-timeout in the session-config block, which might be commented :

<!-- <session-config> -->
<!-- <session-timeout>1</session-timeout> -->
<!-- </session-config> -->

Example :

<session-config>
<session-timeout>10</session-timeout>
</session-config>

The timeout is in minutes.

When this block is commented out, the timeout of the Application Server applies. For example, on Tomcat it's 30minutes by default.

 

You have no rights to post comments

Articles

Suggest a new Article!