|
The Website Configuration options available in Kiwi Syslog Web Access allow an Administrator to control the Session and Execution timeouts of ASP.NET
Session Timeout:
Specifies the length of time a session can be idle before it is abandoned.
Acceptable values are in the range 30 minutes to 24 hours. The default session timeout is 8 hours.
Execution Timeout:
Specifies the length of time a that a request is allowed to execute before being automatically shut down by ASP.NET.
This setting is particularly useful when you have a lot of event data and complex filters defined, that result in long-running queries.
Acceptable values are in the range 5 minutes to 60 minutes. The default execution timeout is 5 minutes.

Note: Making changes to these settings requires restarting the Cassini Web Server.
Server restart takes approx. 30 seconds to complete, during which time the website will be unable to service requests.

|
|