> I'm creating an application that will adapt to the client.
> So the first time I create a client.user that will guide to
> create the next time these adaptive content. Now, I was
> wondering what's the difference between creating:
> <CFCOOKIE NAME="user" VALUE="userName" EXPIRES="never"> and
> a client variable that stores the username as a cookie.
There are potentially three differences.
1. Client variables may be stored in three different locations: the
registry, a database or a cookie. When stored in either of the first two,
the browser will have to return two cookies or URL variables, CFID and
CFTOKEN, to associate that browser with the Client variables stored on the
server. These two values are used as a unique key, and are not themselves
meaningful data.
2. If stored in a cookie, all client variables will be in a single "big"
cookie.
3. Client variables do expire, while your CFCOOKIE tag would create a
permanent cookie.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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.