I would like to do som extra processing whenever a user is signed out from forms authentication.
According to this MSDN article there is a
FormsAuthentication_OnAuthenticate
event but I need something like a
"FormsAuthentication_OnSignOut" (Which doesn't exist)
Any ideas?
/J