Logging a user out

  • Thread starter Thread starter Andy B
  • Start date Start date
A

Andy B

I am using the default SqlMembershipProvider that comes with asp.net 3.5
sp1. I was wondering how you log the person out by having them click a link?
 
That is just a provider, so it is a method of getting informatino and does
not handle the actual auth. Try:

FormsAuthentication.SignOut

--
Gregory A. Beamer
MVP: MCP: +I, SE, SD, DBA

Blog:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think Outside the Box! |
********************************************
 

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

Back
Top