On Tue, Mar 19, 2002 at 08:37:43AM -0800, PHP freak wrote:

> BUT - it's actually happening often that someone linking to our store
> from their own website is including the long SESSID in the URL
> that links to us, to that everyone who follows that link from
> that website is getting the same shopping cart!

Two things.  First, tell the person linking to you to take the session 
id out of the link.  Second, rework your system to more precisely track 
things.  Here's what I track in my system:

  User Agent
  Time
  Referer = Last Page Viewed

Enjoy,

--Dan

-- 
                PHP scripts that make your job easier
              http://www.analysisandsolutions.com/code/
         SQL Solution  |  Layout Solution  |  Form Solution
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to