We tried that and it didn't work.  Here's the background:

We were using SETDOMAINCOOKIES in CFAPPLICATION.  The CFMAGIC cookie is a
domian cookie with no exdate and it appears to be overriding our other host
cookies that we want to expire when the browser is closed.  CF is "bumping"
all the cookies up into the domain cookie and where they aren't expiring.
Is there anyway to override that behavior?

Thanks,
Chris

> -----Original Message-----
> From: Dave Watts [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 15, 2004 12:43 PM
> To: CF-Talk
> Subject: RE: Delete CFMAGIC cookie?
> 
> 
> > Is there anyway to force a client browser to delete a CFMAGIC 
> > domain-level cookie?  We have users who have domain cookies 
> > that are getting each other's sessions and need to remove the
> > cookie.
> 
> <cfif IsDefined("Cookie.CFMAGIC")>
>       <cfcookie name="CFMAGIC" value="" expires="NOW">
> </cfif>
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> phone: 202-797-5496
> fax: 202-797-5444
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184294
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to