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 issueing a new session, a session file is created...


That will eliminate one source of the problem... (without session files, the standard session management will create a new session everytime).

Cheers,
Luis Ferro
TelaDigital.Net

Raymond wrote:

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 PROTECTED]
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 before
and if so, how was this resolved?

Thanks in advance for any response about the matter.  My setup is WinXP -
Apache 1.3.27 - PHP 4.3.2.  I had the same problem when I used IIS5.

Regards,
Hector









-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to