Friday, August 26, 2005

session_end is evil

session_end is evil. Not only it is not get fired if you are using state server or sql server, it gets fired at random times: like an hour after the session is expired.

A good replacement for it could be this:
http://www.codeproject.com/aspnet/PageTracking.asp

No comments: