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
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
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