Re: Forms Authentication Cookie Does Not Expire

From: Joey Powell (joey.powell_at_goldcoinc.com)
Date: 12/01/03


Date: 1 Dec 2003 06:37:14 -0800

Luke, I do not want to have to do that. I am more interested in making
it work as advertised. Is this a known bug in asp.net? If not then can
we document and fix it? If I were to use the Signout, then where would
I put it in the app? The only thing that I can think of is in the page
unload event but that would require the user to log in between every
page, and that doesn't make sense!

lukezhan@online.microsoft.com (MSFT) wrote in message news:<1CDpUK9tDHA.652@cpmsftngxa06.phx.gbl>...
> Hi Joey,
>
> Have you tried to call "FormsAuthentication.SignOut()" to force user sign
> out?
>
> For more information on form authentication, you may refer to following
> article:
>
> HOW TO: Implement Forms-Based Authentication in Your ASP.NET Application by
> Using Visual Basic .NET
> http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q308157
>
> Luke
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)



Relevant Pages