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! |
********************************************
 
Back
Top