Welcome Guest! Log in
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…


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.

 

Articles

Suggest a new Article!