Hi, i am newby,
My PHP Session and Cookie working fine with Windows and IIS
webserver, but dont work at all on windows and apache web server
php.ini and httd.conf are default setting, and folows the
instalations instructions.
can anyone help?
_
Hi, i am newby,
My PHP Session and Cookie working fine with Windows and IIS
webserver, but dont work at all on windows and apache web server
php.ini and httd.conf are default setting, and folows the
instalations instructions.
can anyone help?
__
Seems to be my php scripts are only run on Windows+IIS :( and couldn't
migrate to Windows+Apache.
I write small and short scripts to test the session under Windows+Apache,
then it run well,
Seems that i should rewrite the scripts so it will run on both IIS and Apache.
thank you Jonathan Pilboro
I've set variables for session.save_path = c:/php4/tmp in the php.ini,
when starting request from the browser to the server (Win+Apache+PHP)
for example http://localhost/test/test_session.php
the temporary sessions files are created, and stored session information.
When second request arrived to th