Hi,
I am using MySQL session state provider for the development of an asp.net web application. I would like to have a history which logs when a user logs in and when he logs out. Logging the user-login is already working and not a problem. Unfortunately logging the automatic log-out when a session expires is not working as described on the msdn page:
http://msdn.microsoft.com/en-us/library/ms178583.aspx
As I understood, the right solution would be to handle the automatic log-out event in the Session_OnEnd method in the Global.asax file. Does the MySql session state provider fire such an event that I could use for this? Until now I could not manage to run into this method ...
Best regards,
Frank