[PHP] PHP Session Problem!.....urgent!

2003-08-14 Thread babak
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

Re: [PHP] PHP Session Problem!.....urgent!

2003-08-14 Thread CPT John W. Holmes
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

Re: [PHP] PHP Session Problem!.....urgent!

2003-08-14 Thread Robert Cummings
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