Does anyone know how to share cookies between servers.
What I want to do is set a cookies on non secure server for a
secure server.
Here is
setcookie("SessionID","$sessid",time() + 7200,"https://domainname.com");
Thanks
-- 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]

