From: capsx at divx dot team dot lv Operating system: Linux PHP version: 4.3.5RC3 PHP Bug Type: Unknown/Other Function Bug description: session_id is changed after refresh....
Description: ------------ I installed php4.3.5RC3 and my site stops working. Found that every time when refresh page session id has changed. I installed snapshot but problem is the same. U can test it by pressing 2 different links (2nd uses mod_rewrite) and some time (or wait a little bit and then press again) sessid will be changed. In my site (http://divx.team.lv/) sessid changes every time when user press on link, and everytime in /tmp is new session_ file sou there is many many files.....:] session Session Support enabled Registered save handlers files user mm mm Directive Local Value Master Value session.auto_start Off Off session.bug_compat_42 Off Off session.bug_compat_warn On On session.cache_expire 180 180 session.cache_limiter nocache nocache session.cookie_domain no value no value session.cookie_lifetime 0 0 session.cookie_path / / session.cookie_secure Off Off session.entropy_file no value no value session.entropy_length 0 0 session.gc_divisor 100 100 session.gc_maxlifetime 1440 1440 session.gc_probability 1 1 session.name PHPSESSID PHPSESSID session.referer_check 0 0 session.save_handler files files session.save_path /tmp /tmp session.serialize_handler php php session.use_cookies On On session.use_only_cookies On On session.use_trans_sid Off Off -- Edit bug report at http://bugs.php.net/?id=27532&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27532&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27532&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27532&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27532&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27532&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27532&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27532&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27532&r=support Expected behavior: http://bugs.php.net/fix.php?id=27532&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27532&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27532&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27532&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27532&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27532&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27532&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27532&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27532&r=float
