Hi
How long is default session time in Stash?
Where can I change this time? In web.xml file?
Thanks,
Sebastian
Community moderators have prevented the ability to post new answers.
Hi Sebastian,
Sorry for the delay. The default timeout should be 30 minutes. Changing the timeout value in the conf/web.xml should do the trick.
<!-- ==================== Default Session Configuration ================= -->
<!-- You can set the default session timeout (in minutes) for all newly -->
<!-- created sessions by modifying the value below. -->
<session-config>
<session-timeout>30</session-timeout>
</session-config>
https://answers.atlassian.com/questions/140060/how-i-can-modify-session-timeout-in-stash
Cheers,
Charles
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.