You can set client variables one of three ways 1. in a cookie 2. in a dsn 3. in the registry.
Client variables like cookies persist in a physical location not ram and are best stored in a dsn, cause it allows a session state over a clustered environment. So its not actually a cookie but functions like one. jmc .. .. -----Original Message----- From: Brian Ferrigno [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 4:43 PM To: CF-Talk Subject: RE: Cookie Blocking Is there any difference between setting a cookie on one page and going to testing it on another page and setting client variables on the first page and then testing them on a second page? Would setting a cookie be any better or different than creating a client variable (assuming you have client vars turned on)? Brian -----Original Message----- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 10:42 AM To: CF-Talk Subject: RE: Cookie Blocking > Is there a good way to determine if a users browser is set to > not accept cookies as you are attempting to set a cookie? I > want to be able to send a message to the user if blocking is on. Since cookies are client side and CF is server side, the only way to determine if they're settable is if you go to a second page Set a test one on one page, jump to another page (NOT using CFLocation) and test for it's existance... Warning: If they have their browser set to "Choose" then they may say "No" to the cookies, but they might accept them if they knew they were important... HTH Philip Arnold Technical Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 F: +44 (0)20 8686 7911 An ISO9001 registered company. ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. ********************************************************************** ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

