[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