M
mjweiner
In ASP.NET 2.0, forms authentication, Is there an event that is fired
every time a user is authenticated? I can easily trap every time a user
logs in via the login control, but this neglects to capture the times
the user is automatically logged in via a persistent cookie.
In 1.1, I remember that there was an event in the global.asax file that
fired, but I can't find anything similar in 2.0.
This should be a simple problem, but I haven't been able to find
anything useful.
thanks,
matt weiner
every time a user is authenticated? I can easily trap every time a user
logs in via the login control, but this neglects to capture the times
the user is automatically logged in via a persistent cookie.
In 1.1, I remember that there was an event in the global.asax file that
fired, but I can't find anything similar in 2.0.
This should be a simple problem, but I haven't been able to find
anything useful.
thanks,
matt weiner