Dear Sir,
I've been using PHP for business and personal use for a while now, and I
have to admit, I'm not just a user anymore and I am a fan. but it's been a
while I came across a problem : I use session variables a lot for security
purposes but I notice that PHP doesn't hold the session variables
From: <[EMAIL PROTECTED]>
> Dear Sir,
You don't have to call me that unless you're in the military, also. :)
> I've been using PHP for business and personal use for a while now, and I
> have to admit, I'm not just a user anymore and I am a fan. but it's been a
> while I came across a problem : I
The root of your problem is that sessions generally do not traverse
multiple domains. A possible solution is to embed an image in each of
the servers which references a PHP script in the other server, and while
doing so passes the sessionID along.
On server abc.foo.org you might have the following
3 matches
Mail list logo