Sessions or cookies
Posted: Sat May 21, 2005 8:25 pm
I'm looking to track how each surfer clicks based on the referrer he came from. There is no login, this is just for click tracking. For sites that get lots of traffic, does using sessions put a high load on the server that may lead to slower loading, or more vulnerability to crash? What are the pros/cons of each?
I was thinking of using sessions because not all browsers accept cookies, so I would have a more accurate picture of the traffic.
I was thinking of using sessions because not all browsers accept cookies, so I would have a more accurate picture of the traffic.