Re: [PHP-WIN] session problems - WinXP - Apache 1.3 - PHP 4.3.2

2003-07-04 Thread Luis Ferro
In PHP.ini file (somewhere in the %windows% directory), there is a directory referenced as: session.save_path = c:/winnt/temp Check 2 things: a) that the directory in that entry is set to an existing directory of which the process running the web server has read/write permissions b) when issue

Re: [PHP-WIN] session problems - WinXP - Apache 1.3 - PHP 4.3.2

2003-07-04 Thread Raymond
hi hector, i've this problem too. my setup is winxp, ms iis 5.1, php 4.3.1. may i know have you manage to solve this problem? if yes, how to solve it? thanks and regards, raymond === "Hector Lumang" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PR

[PHP-WIN] session problems - WinXP - Apache 1.3 - PHP 4.3.2

2003-06-18 Thread Hector Lumang
Hi, I am experiencing problems with session handling on WinXP. I noticed that evertime I use session_start(), a new session id is produced - and so (I think), session data could not be passed to the succeeding pages. How do I prevent this from happening? Has anybody come across this problem