[Mono-devel-list] FormsAuthentication.SignOut() problem
Donaldi Sukma P
don_aldi at yahoo.com
Fri Feb 20 07:33:11 EST 2004
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 ?
Thank for advance,
donaldi
Mono-Newbie
__________________________________
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools
More information about the Mono-devel-list
mailing list