Help! Issue I dont understand...

OK,I received this e-mail this morning... The only change that I made to the server was yo update Fantastico yesterday... Could that have caused this? Any ideas on a solution???

---------------------------------------------------
This email would reference the bottom link as the test site/page.

http://www.imgalleries.com/im/session_test.php

PHP Session Documentation
http://www.php.net/manual/en/ref.session.php


The main problem is that PHPSESSID=___ is added on every link as a url parameter in all of our php generated pages all of a sudden. If you look at the session_test site and put your cursor over the URL link you'll see how it's appended eventhough the
php code only called "print '<a href=session_test.php'".

For some strange reason starting from last night cookie availability doesn't seem to be recognized by the session module anymore. From that point on the session module started embedding the session id directly into the URLS (see "Passing the Session ID" under the PHP Session Documentation). Also when I check for existence of cookies created by the session_test page, nothing's there.

I firmly believe that this is not a browser problem. I've tested on multiple machines running different versions of IE and Mozilla.

Hopefully this email is detailed enough to help in your diagnosis. Please reply back with any other inquiries.

---------------------------------------------------

Thanks in advance guys for your help.

 

 

 

 

Top