From: [EMAIL PROTECTED] Operating system: Redhat Linux PHP version: 4.2.2 PHP Bug Type: Session related Bug description: Sessiondata randomly gets lost, possibly due to invalid session cookie
I'm experiencing the random loss of sessiondata. (The same symptoms as in bug #19029 and in the comments of bug #19022). While investigating this problem, I found out that the sessioncookie contains this value: HTTP_COOKIE = 1; PHPSESSID=f1faf3374d562e8738f64e7e7e030972; pollvoted[1]=1; (... some other data left out for privacy reasons); PHPSESSID=842be4994a9c424fd7d4f9f8049aadc9 There are two different PHPSESSID cookies! -- Edit bug report at http://bugs.php.net/?id=19972&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19972&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19972&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19972&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19972&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19972&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19972&r=support Expected behavior: http://bugs.php.net/fix.php?id=19972&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19972&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19972&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19972&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19972&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19972&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19972&r=isapi
