Configure Session Timeout |
You can customize the session timeout:
1) For the built-in session of iServer, there are two situations: remote login alarm is enabled and remote login alarm is not enabled.
Configuration of session timeout when remote login alarm is enabled: After you enable remote login alarm, set the timeout parameter under the element <management> in【SuperMap iServer_install_dir】\webapps\iserver\WEB-INF\iserver-system.xml , please refer to iServer Config file description for details. Note that this parameter only takes effect when the remote login alarm is enabled.
Configuration of session timeout when remote login alarm is not enabled: If you do not enable remote login alarm, the session timeout is set under the element <session-config> in 【SuperMap iServer_install_dir】\conf\web.xml, such as
<session-config>
<session-timeout>30</session-timeout>
</session-config>
2) For Redis session
It is configured under the < management > element in 【SuperMap iServer_install_dir】\webapps\iserver\WEB-INF\iserver-system.xml. Please refer to iServer config file description for details.