From:             luttgens at fusl dot ac dot be
Operating system: Mac OS 10.2.6
PHP version:      4.3.2
PHP Bug Type:     Session related
Bug description:  session_regenerate_id does not call user-defined session functions

Description:
------------
Some testings tend to show that session_regenerate_id() doesn't call any
of the user functions defined through session_set_save_handler().

Should it really be the case (apologies if I'm wrong), I'm wondering if
this is a desirable behavior.

I tend to consider this as a bug, as the concept of transparent session
handling through user-defined functions gets broken:
session_regenerate_id() becomes a special case that needs ad-hoc handling
to keep in touch with whatever otherwise happens through session_start(),
session_destroy() etc.


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

Reply via email to