php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16423 Sess_* files don't store data
Submitted: 2002-04-04 04:48 UTC Modified: 2002-04-04 19:53 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: a dot talucci at pride dot it Assigned:
Status: Closed Package: Session related
PHP Version: 4.1.2 OS: Windows NT / IIS4
Private report: No CVE-ID: None
 [2002-04-04 04:48 UTC] a dot talucci at pride dot it
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-04 04:51 UTC] derick@php.net
Can you please try the windows binaries from www.php.net/~derick/php-4.2.0RC1/ ?

Derick
 [2002-04-04 12:31 UTC] leef at sdc-moses dot com
I've downloaded the new php4apache.dll which was modified on the 20th of March.....still did not solve the sess_xxxx write over access problem.  My $_SESSION[vars] still do not propagate across pages...
 [2002-04-04 19:53 UTC] sniper@php.net
Remember to replace the php4ts.dll also..

 [2002-04-09 08:45 UTC] fabian dot deutsch at gmx dot de
I got also got php4.1.2 for win32 replaced the php4ts.dll and had the same problem: $_SESSION-vars are not stored.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 22:01:28 2024 UTC