Stephen,

On 3/2/2004 at 17:15, you wrote:

SH> <cfcookie name=”cookieTest” value=”test” expires=”never”>
SH> <cfif COOKIE.cookieTest NEQ “test”>
SH>         cookies not enabled code here
SH> </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.

~ Ubqtous ~
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to