> Client vars are stored as cookies unless otherwise changed by 
> the cfapplication or administrator and I think there are checks 
> to not allow this if stored in the registry:-)

Actually, by default, Client variables are stored in the Registry. What's
stored as cookies are the two tokens used to associate a specific browser
with a specific set of Client variables.

You can specify that you want to store Client variables within a big cookie
on the browser, but you have to specify that.

In any case, you can only store strings in Client variables, no matter where
you store them. You'd have to serialize a structure, query or array using
WDDX if you want to store it in a Client variable.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to