Logging out of a site

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.
 
N

NumbLock

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

~*!NumbLock!*~
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top