Re: trouble w/ Forms Auth and domain cookies
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 07/28/05
- Previous message: Hemant shastri: "Exception Access denied , creating a new excel object in ASP.Net"
- In reply to: jeffpriz_at_yahoo.com: "Re: trouble w/ Forms Auth and domain cookies"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 28 Jul 2005 00:22:13 -0700
Hello jeffpriz@yahoo.com,
haven't tried that - but can you cycle through the whole cookie collection
and just remove everything
foreach (HttpCookie in Response.Cookies)
....
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> Well I've tried a few things. I have tried the Remove, but that's not
> met with any success (when I do my
> context.Reesponse.Cookies.Remove("cookieName"), I assume I'm removing
> one cookie, but I don't get access to BOTH cookies, I'm accessing by
> name, I have 2 duplicately named cookies...)
>
> Also I've tried expiring the cooking by writing out the same domain
> cookie with an old expiration time.. but I haven't actually been able
> to get it expired. It continues to authenticate against it.
>
> thanks
>
> jeffpriz
>
- Previous message: Hemant shastri: "Exception Access denied , creating a new excel object in ASP.Net"
- In reply to: jeffpriz_at_yahoo.com: "Re: trouble w/ Forms Auth and domain cookies"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|