Hello dev,

  

Kind Regards,
Christopher Dawes
Dawes International
www.dawesinternational.com
www.levelthirteen.net

-------------------------

Your message on Saturday, September 21, 2002 12:43:16 AM, you wrote:

PP> We have generally avoided cookies in our systems. They can be a problem for
PP> users.

PP> Ironically, in one website we did use cookies, we got an abusive email from
PP> someone who came across the site complaining that he did not use cookies and
PP> would not use our services if we required cookies.

PP> Paolo

>> -----Original Message-----
>> From: Giles Roadnight [mailto:[EMAIL PROTECTED]]
>> Sent: 20 September 2002 15:27
>> To: [EMAIL PROTECTED]
>> Subject: RE: [ cf-dev ] Client Vs. Cookie
>> 
>> 
>> Thanks for that, I thought it was something along those lines.
>> 
>> 
>> Giles Roadnight
>> http://giles.roadnight.name
>> 
>> 
>> -----Original Message-----
>> From: Stephen Fernandez [mailto:[EMAIL PROTECTED]] 
>> Sent: 20 September 2002 15:25
>> To: '[EMAIL PROTECTED]'
>> Subject: RE: [ cf-dev ] Client Vs. Cookie
>> 
>> oops i forgot to mention that with client storage u can also choose to
>> store
>> the data in the actual cookies as well.
>> so basically u have more choice with client storage than with
>> cookies,�nd if
>> you choose db storage you can store much larger datasets.
>> 
>> -----Original Message-----
>> From: Stephen Fernandez 
>> Sent: Friday, September 20, 2002 3:22 PM
>> To: '[EMAIL PROTECTED]'
>> Subject: RE: [ cf-dev ] Client Vs. Cookie
>> 
>> 
>> with cookie variables the data is actualy stored in a cookie on the
>> users
>> machine
>> with client variables the cookie stores the unique id of the user and
>> the
>> cfserver stores the variables in a db (by default it uses the servers
>> system
>> registry) using the application name and users uniqueid as the key.
>> 
>> -----Original Message-----
>> From: Giles Roadnight [mailto:[EMAIL PROTECTED]]
>> Sent: Friday, September 20, 2002 3:15 PM
>> To: [EMAIL PROTECTED]
>> Subject: [ cf-dev ] Client Vs. Cookie
>> 
>> 
>> What exactly is the difference between client variables and cookie
>> variables? Previously I have used cookie but client seems 
>> easier to deal
>> with.
>> 
>> 
>> Giles Roadnight
>> http://giles.roadnight.name
>> 
>> 
>> 
>> -- 
>> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>> 
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> For human help, e-mail: [EMAIL PROTECTED]
>> 
>> 
>> 
>> This email has been scanned for viruses by NetBenefit using Sophos
>> anti-virus technology
>> 
>> 
>> 
>> This email has been scanned for viruses by NetBenefit using Sophos
>> anti-virus technology
>> 
>> 
>> 
>> -- 
>> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>> 
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> For human help, e-mail: [EMAIL PROTECTED]
>> 
>> 
>> This email has been scanned for viruses by NetBenefit using Sophos
>> anti-virus technology
>> 
>> 
>> 
>> -- 
>> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>> 
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> For human help, e-mail: [EMAIL PROTECTED]
>> 
>> 
>> 
>> -- 
>> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>> 
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> For human help, e-mail: [EMAIL PROTECTED]
>> 


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to