Ask a Question related to ASP.NET Security, Design and Development.
-
FormAuthentication.SignOut NOT WORKING?? ANYONE KNOW THE ANSWER??
I am using forms authentication in my web-apps.
But I still could not make the formsAuthentication.signout
to work. All the pages is added
Me.Response.Expires = 0
Guest
-
FormsAuthentication.SignOut not working
Hello This SignOut code is not working, any ideas? TIA. public class logout : System.Web.UI.Page { private void Page_Load(object sender,... -
FormsAuthentication.SignOut() not working.
In my search to understand ASP.NET security, I went to www.asp.net and was looking at their beginner source code. Here is the link to the code that I... -
formsAuthentication.Signout() not working ?? ANYONE KNOW THE ANSWER
I am using forms authentication in my apps. Every page I added: Me.Response.Expires = 0 Me.Response.Cache.SetCacheability... -
formsauthentication.signout not working too good
how do i not let the user go back after he/she signs out of my web app? i'm using formsauthentication.signout with cookies but the user is still... -
FormsAuthentication.SignOut not working within subfolder
I'm using forms authentication to protect a subfolder within my site. I've got it working fine except for two issues: (1) When I do a...



Reply With Quote

