I'm sorry but I didn't explain the whole picture.  The problem is that I
have my application in a hosting and they store client variables for 30 days
in a database, after that, they delete them.

Thank you in advance,

Manuel Tapiola
www.ciudadvideo.com

-----Mensaje original-----
De: Olive, Christopher M Mr USACHPPM
[mailto:[EMAIL PROTECTED]]
Enviado el: Mi�rcoles, 26 de Abril de 2000 12:33 p.m.
Para: '[EMAIL PROTECTED]'
Asunto: RE: The difference between client and cookie variables

you'll run into problems if you decide to store ALL of the information as
cookies.  the thread that was on here before on the subject seemed to
resolve to a limit of 20 cookies per domain on any given browser.  client
variables are stored on YOUR end, and the only limits on size/number are
those that you impose.  the keys (CFID and CFTOKEN) are the only things
stored as cookies on the client browser.  they are the unique keys to the
DB, and let you get around the browser limit on cookies.

Chris Olive
DOHRS Website Administrator
[EMAIL PROTECTED]


-----Original Message-----
From: Juan Manuel Tapiola [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 25, 2000 2:57 PM
To: [EMAIL PROTECTED]
Subject: The difference between client and cookie variables


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.

Thank you in advance,

Manuel Tapiola

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

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to