-----Original Message-----
From: sebastian palmigiani [mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 27, 2001 11:28 AM
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