Forum Moderators: DixonJones
He says he looks through the web logs but seems to have the idea that cookies are the best way of tracking users. I have always thought that cookies were pretty limited in the info they could bring and were more for the visitor than the webmaster.
So want i need to know is what do i need to track users? should i wait until set up a PHP database and track users through a login process or are there other ways like using cookies etc?
Now you have the required data. You can then write all kinds of cool reports on it.
Bill Fisher
<edit>
Just some grammar stuff
</edit>
Edited by: littleman
As for cookies being turned off... we have seen a VERY low percentage of users of our sites that turn off cookies. We still track these users BTW using a session variable or by passing the userid in the URL.
Bill
I could see a per visit tracking script being very useful for a site that is not tied into a database.
Basically im doing the site in two stages with the first stage creating the static pages. Then 2nd stage will be the implemtation of a database (MySQL) with PHP. If im going to use cookies is it a fairly straightforward process (to create a tracking system) which i can start now or is it something better done later on?
* Proxies, a number of people use proxies and occasionally they may come from one address to see a page, but the next page they come from a different proxy. Cookies help you confirm its really the same person.
* Repeat visits, you can get the warm glow from seeing someone come back to your site a few days/weeks later.