>I am not using client variables ...
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.
--
-------------------------------------------
Matt Robertson, [EMAIL PROTECTED]
MSB Designs, Inc. http://mysecretbase.com
-------------------------------------------
--
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

