Is is possible to log when a session times out when a stateserver is used to manage session data?
+1
A:
Yes you need to write your own httpmodule and maintain and list of sessions which timeout after a certain time period
keyoke
2010-04-28 16:24:31
quick google search this might help http://aspalliance.com/520
keyoke
2010-04-28 16:26:19
This only tells you if the Session associated with the current Request has been newly created during this request. I think fARcRY is looking for a way to be notified when a Session dies.
Oliver
2010-07-16 13:26:30