From:             leo dot jokinen at laurea dot fi
Operating system: Windows XP home
PHP version:      4.3.2
PHP Bug Type:     Session related
Bug description:  PHP can't find session, it starts the new session

Description:
------------
My session.save_path contains these sessionfiles. Every time when i reload
my page, the new file is being made. PHP won't find the current session.
This problem happens also when is redirect my code into another php-file.
I am running php with module of apache 1.3.28. 
Some stats: 
session.auto_start Off
session.bug_compat_42 On
session.bug_compat_warn On
session.cache_expire 180
session.cache_limiter nocache
session.cookie_domain no value
session.cookie_lifetime 0  
session.cookie_path / 
session.cookie_secure Off
session.entropy_file no value 
session.entropy_length 0  
session.gc_divisor 100 1
session.gc_maxlifetime 900 
session.gc_probability 1  
session.name PHPSESSID 
session.referer_check no value 
session.save_handler files 
session.save_path /Program Files/PHP/sessions/  
session.serialize_handler php  
session.use_cookies On 
session.use_only_cookies On 
session.use_trans_sid Off 



-- 
Edit bug report at http://bugs.php.net/?id=25116&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25116&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25116&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25116&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25116&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25116&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25116&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25116&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25116&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25116&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25116&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25116&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25116&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25116&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25116&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25116&r=gnused

Reply via email to