I've got a PHP system working on a development server (Windows
2000/IIS5/PHP 4.3.3) but it doesn't seem to be working quite right on
the testing server (same except PHP 4.2.3). I upgraded the PHP on the
testing server but that didn't seem to make any difference. One
difference I noticed is that on the dev server, the session cookie is
modified on EVERY page load. On the testing server the cookie gets
created alright but it doesn't seem to be touched after that (and yes,
I checked to be sure the PHP code is the same on the two machines).
Is this controlled by a setting in php.ini? If so, I cannot figure
out which one. Is it controlled by IIS in some way? Again, I cannot
find anything that tells me where. Since the development server is
working, I'd like that behavior (modifying the cookie on every page
load) to be implemented on the test server but cannot figure out how.
Any suggestions would be most appreciated.
--
Henry
2000/IIS5/PHP 4.3.3) but it doesn't seem to be working quite right on
the testing server (same except PHP 4.2.3). I upgraded the PHP on the
testing server but that didn't seem to make any difference. One
difference I noticed is that on the dev server, the session cookie is
modified on EVERY page load. On the testing server the cookie gets
created alright but it doesn't seem to be touched after that (and yes,
I checked to be sure the PHP code is the same on the two machines).
Is this controlled by a setting in php.ini? If so, I cannot figure
out which one. Is it controlled by IIS in some way? Again, I cannot
find anything that tells me where. Since the development server is
working, I'd like that behavior (modifying the cookie on every page
load) to be implemented on the test server but cannot figure out how.
Any suggestions would be most appreciated.
--
Henry
Comment