Logging out of a site

  • Thread starter Thread starter BobLaughland
  • Start date Start date
B

BobLaughland

Hi There,

I am writing an asp .net 2.0 web site.

I have an asp .net 2.0 login control.

How can I programatically log someone out of the site.

Thanks,

Peter.
 
FormsAuthentication.SignOut() should do the trick. Then you would want
to redirect to the login page.

~*!NumbLock!*~
 
Back
Top