> Does anyone have suggestion on a method to drop a cookie on the
> homepage of a site and then track that cookie to figure who is a
> new user vs. returning user.

One thing to add to everybody else's comments

Check to make sure that the REFERRER isn't the current site&CF page,
otherwise if the visitor hasn't got cookies turned on, then it'll keep on
trying to drop one on their machine - and if you put them into a database,
you'll end up with LOADS of never used entries

Also, extending this, if they have their cookies on "Choose" and say "No",
then it'll contually try to drop one, and the user will get REAL annoyed

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

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


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to