> > <cfif COOKIE.cookieTest NEQ "test">
> > cookies not enabled code here
> > </cfif>
>
> The cookie isn't actually set until the page request setting the
> cookie completes; however, Cold Fusion makes the cookie value
> available during the page request. This means that the check for the
> cookie value has to occur on a subsequent page request to be of use.
While you're absolutely right about having to check for the cookie's
existence on a subsequent page, whether CF makes the cookie value available
during the page request is dependent on what version of CF you're using. It
does this with CFMX, but I don't think it does with CF 5, and I'm pretty
sure it doesn't with earlier versions.
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]

