Setting the TM1 Web session timeout
The default TM1® Web session timeout is 20 minutes. When TM1 websheets are deployed to IBM® Planning Analytics Workspace, you might encounter TM1 Web session timeouts. You can modify this setting in your environment.
About this task
When TM1 websheets are deployed to Planning Analytics Workspace, the recommended session timeout is 60 minutes.
session-timeout
value in the web.xml
file.In IBM Planning
Analytics Local version 2.0.6, there is a
parameter in the tm1web_config.xml file called
HttpSessionTimeout
. You can use this parameter to customize the session timeout (in
minutes) of the HTTP session for TM1 Web.
If the HttpSessionTimeout
parameter is not specified (missing or blank), the
value is less than 1 or not a numerical value, the default session-timeout
that is
defined in the web.xml file is used.
If you are using IBM Planning
Analytics Local version 2.0.6 or
later, to customize the session timeout for TM1 Web, set the HttpSessionTimeout
parameter in tm1web_config.xml. See step 1.
If you are using IBM Planning
Analytics Local version 2.0.5 or
earlier, to change the default session timeout, set the <session-timeout>
parameter in web.xml. See step 2.