Edit report at https://bugs.php.net/bug.php?id=47964&edit=1
ID: 47964 Updated by: [email protected] Reported by: corin dot lawson at gmail dot com Summary: session_write_open request Status: Open Type: Feature/Change Request Package: Session related Operating System: * PHP Version: * -Assigned To: +Assigned To: yohgaki Block user comment: N Private report: N New Comment: This issue is related to session_start(); seseson_write_close(); session_start(); problem. Previous Comments: ------------------------------------------------------------------------ [2009-04-14 04:22:20] corin dot lawson at gmail dot com Description: ------------ The function session_write_close is very useful to permit concurrent page loads by releasing the lock on the session data ASAP. It would be useful to have a function to get that lock back and read session data again, namely session_write_open or session_read_write_open. (Also, session_read_only_open would be desirable for comprehensiveness.) Currently, session_start can be used but this has the unnecessary effect of setting/sending the cookie again. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=47964&edit=1
