What is the purpose of FormsAuthentication.SignOut()?

  • Thread starter Thread starter Ali
  • Start date Start date
A

Ali

MSDN documentation says:

Removes the authentication ticket.

That's it. Where does it remove the authentication ticket from (server /
client?).

Please help.

Ali
 
Ali said:
MSDN documentation says:

Removes the authentication ticket.

That's it. Where does it remove the authentication ticket from (server /
client?).

Please help.


It removes the cookie that ASP.NET uses to identify the login session.
 
Back
Top