Hello,

 

While compiling MashZone usage stats I have come across a session that had been open for 59 hours. Due to the sensitive information in some of the MashApps I want to be able to set a timeout value when the session is idle.

I’ve checked web.xml located in <Installation Directory>\ ARIS MashZone\system\tomcat\conf which has the following value:

<session-config>

           <session-timeout>30</session-timeout>

</session-config>

 

I’ve also checked web.xml in <Installation Directory>\ARIS MashZone\system\webapp\WEB-INF which has the following value:

<session-config>

            <session-timeout>2</session-timeout>

</session-config>

 

Is there somewhere else that I need to define the idle timeout value?

 

Thanks in advance,

 

Jonathan

 or register to reply.

Notify Moderator