I could do that, but how would I keep track of the users? I don't think IP
addresses are reliable. I would also prefer to limit my database access.

--
Ben Sinclair

----- Original Message -----
From: "Chris Boget" <[EMAIL PROTECTED]>
To: "Ben Sinclair" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, February 20, 2002 10:37 AM
Subject: Re: [PHP] Retaining data across multiple sites


> > I want to retain some data across my sites, which have different domain
names.
> > I can't use cookies because they rely on the domain name, and I'd rather
not
> > pass the information on every link Any suggestions?
>
> Need to store it server side somehow.  Perhaps a global database?
>
> Chris
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


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

Reply via email to