Syntax
| object.IdleTime
| ||||
---|---|---|---|---|---|
Description
| Amount of time in minutes the session has been idle.
This property returns the number of minutes since the last request for this session. This property can be reset to 0, allowing the session to stay idle in memory for longer than the maximum idle time that is configured in your web server.The value of this property may also be increased to that setting, forcing the session to be removed from the collection.
Note Time is rounded to the lowest minute, so a time of 4 minutes and 33 seconds becomes 4 minutes.
| ||||
See Also
|