B
Boris Condarco
Hi,
I am working with forms authentication, so when the user leaves the
application pushing the exit option the program execute the following
instrucctions:
FormsAuthentication.SignOut()
Response.Redirect("login.aspx")
but, when the user leaves the application pushing the close button of the
navigator (placed at the right top of the screen) the instrucctions won't be
executed.
Is there any way to catch this event in order to make the execution of the
above instructions ??
I would really appreciate your helping me...!
Thanks in advance....!
Boris
I am working with forms authentication, so when the user leaves the
application pushing the exit option the program execute the following
instrucctions:
FormsAuthentication.SignOut()
Response.Redirect("login.aspx")
but, when the user leaves the application pushing the close button of the
navigator (placed at the right top of the screen) the instrucctions won't be
executed.
Is there any way to catch this event in order to make the execution of the
above instructions ??
I would really appreciate your helping me...!
Thanks in advance....!
Boris