> > 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>

You can't effectively test for the existence of a cookie on the same page in
which you set the cookie. You can only test for its existence on subsequent
pages.

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]

Reply via email to