ID: 13665
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Session related
Operating System: Windows 2000
PHP Version: 4.0.6
New Comment:

Please ask support questions to [EMAIL PROTECTED]

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

[2001-10-14 11:43:54] [EMAIL PROTECTED]

Note that because session_write() is called upon request shutdown, you
will never see any output from that function.  If you're expecting to
see debugging output from that function, you're out of luck.  That best
way to output debugging messages from your custom write function is to
write to a file instead of standard out.

In other words, 'echo' and 'print' don't work in a session write
handler.

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

[2001-10-14 03:30:56] [EMAIL PROTECTED]

Hello,

I have register globals turned off and have a 'user' defined session
handler that stores the sessions in a db.

It appears as though the 'session write' function isn't getting
called.

I have read alot of posts from other having this trouble but no
solutions. There is no mention of anyone working on the problem.

How can I help?

Douglas.

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



Edit this bug report at http://bugs.php.net/?id=13665&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