Skip navigation links

MySQL Forums :: C#, Mono, .Net :: Session_OnEnd is not firering


Advanced Search

Session_OnEnd is not firering
Posted by: Frank Habendorf ()
Date: February 26, 2010 04:19AM

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

Options: ReplyQuote


Subject Written By Posted
Session_OnEnd is not firering Frank Habendorf 02/26/2010 04:19AM
Re: Session_OnEnd is not firering Tobin Cataldo 02/26/2010 09:52AM


Sorry, you can't reply to this topic. It has been closed.