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