logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
sealfan  
#1 Posted : Monday, November 23, 2015 4:37:05 PM(UTC)
sealfan

Rank: Member

Groups: Registered
Joined: 9/4/2015(UTC)
Posts: 23
Canada
Location: ottawa

Thanks: 7 times
Was thanked: 2 time(s) in 2 post(s)
Is there a way to increase the session timeout so we can reduce the "this report is not in your session anymore..." messages and the need to rerun the report?
epf  
#2 Posted : Tuesday, November 24, 2015 8:08:30 AM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 205 time(s) in 198 post(s)
This is a typical IIS ASP.Net question that you can google.

In short:

Run IIS Manager, select the Seal Web Site, double click on [Session State] in ASP.Net, you can adjust the session timeout (20 minutes by default).
Or you can change thje value in the web.config file: <sessionState timeout="60" />

You might also modify the Application Pool behavior:
Click on Application Pools and select Seal Application Pool, then click [Advanced Settings...], you can modify the Idle Time-Out (20 minutes by default),
This indicates that the Process will shut down if there is no activity for 20 minutes.

Edited by user Tuesday, November 24, 2015 1:18:51 PM(UTC)  | Reason: Not specified

Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.