[PHP-WIN] Session and Cookie error on Windows+Apache

2004-05-04 Thread nemo
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? _

[PHP-WIN] Session and Cookie not working on windows-apache

2004-05-04 Thread nemo
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? __

[PHP-WIN] Re: Session and Cookie error on Windows+Apache

2004-05-07 Thread Kapten Nemo
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

[PHP-WIN] Re: Session and Cookie error on Windows+Apache

2004-05-04 Thread Kapten Nemo
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