Steve,
Straight from the .NET SDK: ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfsystemwebsecurityformsauthenticationmembersto pic.htm
Use the static method: FormsAuthentication.SignOut()
Matt Hawley, MCAD .NET
http://www.eworldui.net
I need to allow a user to sign off from the admin section of my site. I am
using forms based authentication again a DB.
I have read several articles today... none mention how to do this. I guess
I could force an expiration of the cookie, but there must be a cleaner way.
Anyone know one?
Thanks-
Steve