[Mono-devel-list] FormsAuthentication.SignOut() problem

Gonzalo Paniagua Javier gonzalo at ximian.com
Fri Feb 20 09:34:52 EST 2004


El vie, 20-02-2004 a las 13:33, Donaldi Sukma P escribió:
> Hi,
> 
> I have this line in my web.config
> 
> <authentication mode="Forms">
>             <forms name=".AspxImaswAuth"
> loginUrl="DesktopDefault.aspx" protection="All"
> timeout="60" />
>         </authentication>
> 
> when I have log in on my login page it's running well,
> I mean there's a cookie with name ".AspxImaswAuth",
> but when  I log out, I do
> "FormsAuthentication.SignOut();" in my code. 
> 
> In Windows, that cookie is gone, but when I run in
> Mono, that cookie is not gone.
> 
> What's wrong ?

Looks like a bug. Can you file a bug report in bugzilla including
details on how to reproduce it and attaching the files needed?

Thanks in advance.

-Gonzalo





More information about the Mono-devel-list mailing list