Configuring the Forced Timeout of Large Sessions
If a session contains many slides, there could be problems viewing them in the Session Player. To prevent the loss of data, a session can be configured to close automatically when the number of slides reaches a predefined maximum number, and a new session started. By default, this feature is configured to allow a maximum number of 9,000 slides in a session. If required, you can disable this feature altogether, or change the default maximum number of permitted slides in a session before timeout.
To disable the forced timeout of sessions after a maximum number of slides
- 
                                                
Locate the web.config file of the ITM On-Prem Web Console located under:
C:\Program Files (x86)\ObserveIT\Web\ObserveIT. - 
                                                
To disable the forced timeout of sessions:
- 
                                                        
In the web.config file, locate the following line under the <appSettings> section:
<add key="CutLongSessions_EnableModule" value="True" /> - 
                                                        
Change "True" to "False".
 
 - 
                                                        
 - To change the maximum number of permitted slides per session:
In the web.config file, locate the following line under the <appSettings> section:
<add key="CutLongSessions_MaxScrnPerSession" value="9000" />Replace "9000" with the required number of slides.
 - 
                                                
Save the web.config file.
 - 
                                                
Log off and then log back on to the Web Console.