From:             [EMAIL PROTECTED]
Operating system: Windows NT / IIS4
PHP version:      4.1.2
PHP Bug Type:     Session related
Bug description:  Sess_* files don't store data

It seems this bug has been reported yet, but maybe I give some other infos;
session file sess_xxxxxx are created but NOT filled with vars values, so
that $_SESSION[...] are not propagated between pages. I have two simple
php pages using a $_SESSION["myvar"] variable that works fine on
linux+apache; I can see vars stored in temp session file. The same 2 pages
do not work on WinNT/IIS4; the sess_xxx file is empty and "Warning:
Undefined index:..." is reported by the second page when I do a submit
from the first. If I "cut and past" the sess_xxx entries from the linux
box into sess_xxx on NT.... It works fine !!!!!
So I think it's a problem of file rights or something like that. I
modified IIS guest account, temp dir rights... but without success.
Hope to be helpful,
regards, andrea
-- 
Edit bug report at http://bugs.php.net/?id=16423&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16423&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16423&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16423&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16423&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16423&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16423&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16423&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16423&r=submittedtwice

Reply via email to