Problem with FormsAuthentication

  • Thread starter Thread starter Xavier MT
  • Start date Start date
X

Xavier MT

Hi, I have a with formsauthentication because I log in succesfuly but I
cannot logout.
I do: FormsAuthentication.SignOut but it doesn't work. How do I do it?
 
Xavier MT said:
Hi, I have a with formsauthentication because I log in succesfuly but I
cannot logout.
I do: FormsAuthentication.SignOut but it doesn't work. How do I do it?

Are you using a permanent cookie? If so, you need to delete it by setting it
again with an expiration date in the past.
 
Back
Top