Without the domain, CF 5.0 wouldnt delete the cookie at all. Specifying the domain
helped it from creating Duplicate Client CFID's And CFToken's but now CFMX doesnt
seem to ReCreate the CFID's and CFToken's but rather uses the existing one.

This is quite confusing .. appreciate any input/help.

Thanks,
Joe Eugene
  ----- Original Message -----
  From: Dave Watts
  To: CF-Talk
  Sent: Friday, February 20, 2004 2:19 PM
  Subject: RE: CFMX 6.1 Error (Cant Track the Error down)

  > I have tried to Delete the CFMAGIC Cookie and it doesnt seem
  > to work unless you physically delete it from the browser.

  You mean you can't do something like this within your code?

  <cfif IsDefined("Cookie.CFMAGIC")>
  <cfcookie name="CFMAGIC" value="" expires="NOW">
  </cfif>

  If not, you might want to try specifying the appropriate DOMAIN attribute
  within your CFCOOKIE tag.

  Dave Watts, CTO, Fig Leaf Software
  http://www.figleaf.com/
  phone: 202-797-5496
  fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to