On Tuesday 11 December 2001 10:37, Jordan wrote:
> is there anyway to drag session variables to another server or are they
> server specific?  If you can't drag a session can you do an include for a
> page on a different server giving it's URL?  Just curious.
>
> -Jordan

That depends, 

You can store session data in a DB instead of files.

All servers sharing session vars should use this DB for session storage. This 
works if the servers are on the same site.

If the server is in some other place that is problem. Allowing access to your 
DB via the 'net is asking for trouble.
-- 
Meir Kriheli

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to