How to extend datameer session timeout?
What is the file/property to extend a session from the default 30 min?
-
Official comment
You can easily extend your session timeout by configuring the following parameter in your Datameer instance webapps/ROOT/WEB-INF/web.xml:
<session-config> <session-timeout>30</session-timeout> </session-config>
The default value is 30 minutes. Make sure you restart Datameer after making any changes.
Comment actions
Please sign in to leave a comment.
Comments
4 comments