On 2/5/01, MJS @ Four Eyes penned:
>Hi,
>
>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.

<cfif isdefined('cookie.beenhere')>
Welcome Back
<cfelse>
<cfcookie name="beenhere" value="yup" expires="never">
Welcome
</cfif>
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

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

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to