ID: 16263
Comment by: beny dot eleeas at gmail dot com
Reported By: kur at natur dot cuni dot cz
Status: No Feedback
Bug Type: Session related
Operating System: ANY
PHP Version: 4.3.0-dev
New Comment:
I got the same problem in PHP 4.3.10. What should I do?
System Linux
Build Date Dec 18 2004 22:24:47
Server API CGI
Virtual Directory Support disabled
Configuration File (php.ini)
Path /home/lib/php/php.ini
PHP API 20020918
PHP Extension 20020429
Zend Extension 20021010
Debug Build no
Thread Safety disabled
Registered PHP Streams php, http, ftp, https, ftps
session.cache_limiter nocache
session.cookie_domain no value
session.cookie_lifetime 0
session.cookie_path /
session.cookie_secure Off
session.entropy_file /dev/urandom
session.entropy_length 64
session.gc_divisor 100
session.gc_maxlifetime 1440
session.gc_probability 1
session.name PHPSESSID
session.referer_check no value
session.save_handler files
session.save_path /home/var/state/php
session.serialize_handler php
session.use_cookies On
session.use_only_cookies Off
session.use_trans_sid Off
Previous Comments:
------------------------------------------------------------------------
[2005-09-19 17:34:10] bananen_007 at hotmail dot com
Just wanted to say that I got the same problem in PHP 5.0.5 clean
installation with Apache 2.x.x.
Reading\Writing to session works in the same page but the server loses
the session when going between different pages or reloading the page.
------------------------------------------------------------------------
[2005-07-13 04:36:59] beredim at hotmail dot com
Same here using
PHP 5.0.4
Apache 2.0.54
Windows XP SP2 (up to date)
------------------------------------------------------------------------
[2004-12-08 06:34:09] spam at taylorw dot com
I have this same issue. Just did a clean install of Apache 2.0.52 and
PHP/4.3.9 ... and I have the same issues. A new session is created, and
yes, the php.ini is correct (the one that installed with the Gentoo
ebuild).
------------------------------------------------------------------------
[2004-10-28 15:43:58] kovalchuk at dopomoga dot org dot ua
I got simmilar problem with PHP 5.0.2, Apache 2.0.52
(Linux, kernel 2.6.8.1).
The session files are apeared in the session.save_path
directory and they contains correct entryes, but each time
I call session_start() a new file is apeared and $_SESSION
array does not contain anything.
------------------------------------------------------------------------
[2002-11-14 14:42:28] murray dot rennie at ec dot gc dot ca
Redhat 7.2 or 7.3. PhP 4.1.2, Apache 1.3.23.
I get something similar to this when I change session.cookie_lifetime
to something other than zero, and only when connecting with IE (my
version 5.5). PHP generates two session files, one has all the info I
initialized with, the second just has the sessionId in it.
It's as if it ignores the first session it created and makes a new one.
Netscape 4.79 works properly, and when I set session.cookie_lifetime to
0 the problem goes away on IE.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/16263
--
Edit this bug report at http://bugs.php.net/?id=16263&edit=1