From:             [EMAIL PROTECTED]
Operating system: Win2k
PHP version:      4.2.0
PHP Bug Type:     Session related
Bug description:  More session_start() after each other generates the same sessionid

session_register("pass");
$sid = session_id();
session_unregister("pass");

This generates the same code over and ov er..
sometimes it makes up its mindd, and produces another id, then begins to
use it for a while....

-- 
Edit bug report at http://bugs.php.net/?id=16667&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16667&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16667&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16667&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16667&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16667&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16667&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16667&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16667&r=submittedtwice

Reply via email to