Forum Moderators: DixonJones
My problem: We've got a site that manufactures and sells equipment that one would use to start their business. This equipment is low cost for that market, but still not the type where people will buy without requesting information to be sent to them.
So, tracking is very difficult, except for that rare occasion where someone orders the first time they find our site.
I'm wanting to add a cookie to each visitor that says where they came from (even the search term if possible), and also the route they took through our website. The cookie would need to be left there for at least 5-10 sessions...
Possible?
Are cookies the best way?
If so, any beginning tutorials on setting cookies?
Thanks! :)
[webmasterworld.com...]
Enabling User Session cookies requires that your copy of Apache have the User Tracking module (mod_usertrack, an Apache component) linked or loaded, and that you enable the tracking cookie via these Apache directives added to your conf file:
CookieTracking On
CookieExpires "35 days"
If you need more info, feel free to sticky mail me.
Larry