G
Guest
I have a problem when I signout of FormsAuthentication. When I signout I would like to go o a certain page not the login page. I have the following code
Session.Abandon(
Response.Cookies.Clear(
FormsAuthentication.SignOut(
Response.Redirect("LogOut.aspx"
For some reason I signout, it redirects me to my login page, eventhough I specify Redirect to a different page
What is wrong
Thanks...
Session.Abandon(
Response.Cookies.Clear(
FormsAuthentication.SignOut(
Response.Redirect("LogOut.aspx"
For some reason I signout, it redirects me to my login page, eventhough I specify Redirect to a different page
What is wrong
Thanks...