> Bah - that's what I thought.  So, how do you determine if the user
> has cookies or not before you go through the trouble of adding them
> to the url?

<cfcookie name=”cookieTest” value=”test” expires=”never”>
<cfif COOKIE.cookieTest NEQ “test”>
cookies not enabled code here
</cfif>

HTH,
Stephen
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to