P
Powervision
Hi everyoone,
I am just trying to find a way to log the user off ( forms
auth. ) And redirect them to the log in page. This is what
I tried in the session_end event:
FormsAuthentication.SignOut()
Server.Transfer("Logon.aspx")
It seems to fire the sign out but never transfers me. Any
ideas? AS well I don't want them to be able to go back to
the page they logged off from...is that possible?
Thanks Everyone!
Powervision
I am just trying to find a way to log the user off ( forms
auth. ) And redirect them to the log in page. This is what
I tried in the session_end event:
FormsAuthentication.SignOut()
Server.Transfer("Logon.aspx")
It seems to fire the sign out but never transfers me. Any
ideas? AS well I don't want them to be able to go back to
the page they logged off from...is that possible?
Thanks Everyone!
Powervision