Rank: Member
Groups: Registered
Joined: 9/4/2015(UTC) Posts: 23 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?
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 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
|
|
|
|
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.