ID:               16263
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Session related
 Operating System: Windows 2000
 PHP Version:      4.1.2
 New Comment:

Nothing changed between 4.1.1 and 4.1.2, but you can try php-4.2.0rc1
from www.php.net/~derick if you want.
Please report back if this fixes the problem.

Derick


Previous Comments:
------------------------------------------------------------------------

[2002-04-03 04:34:48] [EMAIL PROTECTED]

*** *** *** *** *** *** *** *** *** *** *** *** 
Yeah, this is a bug in 4.1.2... does anybody know where I can download
the previous 4.1.1 version of PHP???

It has been removed from php.net and I can't seem to find it anywhere
else.

Thanks!

------------------------------------------------------------------------

[2002-03-25 10:27:44] [EMAIL PROTECTED]

When calling function session_start() in 4.1.2 version, it creates new
empty file in session.save_path. In version 4.1.1 it was OK, after
installing new version this does not work, even if php.ini is the
same.
print_r($_SESSION) gets empty array. I have register_globals off and
using only $_SESSION, $_GET, .... vars
my php.ini:

session.save_handler      = files
session.save_path         = c:\program files\php\tmp
session.use_cookies       = 1
session.name              = PHPSESSID
session.auto_start        = 0
session.cookie_lifetime   = 0
session.cookie_path       = /
session.cookie_domain     = burcin.natur.cuni.cz
session.serialize_handler = php
session.gc_probability    = 1
session.gc_maxlifetime    = 1440
session.referer_check     =
session.entropy_length    = 0
session.entropy_file      =
session.cache_limiter     = nocache
session.cache_expire      = 0
session.use_trans_sid     = 1

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16263&edit=1

Reply via email to