ID: 13378
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Status: Open
Old Bug Type: Session related
Bug Type: Feature/Change Request
Operating System: Linux
PHP Version: 4.0.6
New Comment:

Many users want to unserialize/initilize object after session is started, I suppose.

Type = Feature Request

Previous Comments:
------------------------------------------------------------------------

[2001-09-21 12:42:30] [EMAIL PROTECTED]

Well, this is not really a bug , but:
When using session.auto_start , there is no way to load a 
class first, so session objects are pretty much not usable 
that way. I may be wrong, but I couldn't find any way to do 
it but doing a session_write_close(); session_start();

However this is not a solution because it wastes resources 
- writing the session files and opening it again for 
nothing. I belive that a session_reload() (or another 
solution for this case) should exist.



------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13378&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to