> If you shut off client management you also shut off CF's
> ability to track your sessions on its own, since it keeps
> track of visitors server-side via client.cfid and
> client.cftoken.  Setclientcookies has to be set to "yes" (or
> left out as its the default) as it sets the key pair on the
> client side.  You need 'em both to get the job done, but you
> can do without one, the other or both if you faithfully,
> manually pass the key pair around.

This is incorrect. You can enable either Session or Client variables without
the other. In either case, CF will create the necessary cookies to track the
user's browser by default. The SETCLIENTCOOKIES attribute of CFAPPLICATION
will work the same way whether you enable Session or Client variables.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

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

Reply via email to