I think that regardless what your browser's cookie settings are, the fact
that the browser received the headers creating a cookie will cause them to
exist for the duration of a page.  The 2 cookies you chose will always
"exist" even if the browser disposes of them on every receipt.

Russel

============================================================
  Russel Madere, Jr.         Senior Web Developer
  ICQ: 5446158               http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.
============================================================


> -----Original Message-----
> From: sebastian palmigiani [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, January 27, 2001 13:28
> To: CF-Talk
> Subject: Why can't you see the cookies?
>
>
>
> I have following code in application.cfm:
>
> <cfif NOT IsDefined("COOKIE.cfid") OR NOT IsDefined("COOKIE.cftoken")>
>
> <cfinclude template="NoCookie.cfm">
>
> <cfabort>
>
> </cfif>
>
> I have cookies turned off and no matter what page I am on this code is not
> picking up the fact that these 2 cookies don't exist. Yet when I make up a
> fictitious cookie name and test for it's existence then this code works.
>
> What is going on here?
>
> Sebastian
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to