php-general | 2001062
Date: 06/29/01
- Next message: DAve Goodrich: "Re: [PHP] closing window after submit"
- Previous message: Brad Hubbard: "Re: [PHP] making e-mail link"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm writing a custom session handler that saves sessions using Manuel Lemos'
excellent Metabase library. The problem is, although I've got the
session_set_save_handler function pointing to the correct start, end, read,
write, destroy and garbage collection functions, when I call session_start
and session_register, the "write" function does not get called (the only
function that gets called is the "read" function.)
I read on a post at PHPBuilder that the write function cannot output to the
browser so just to make sure I logged my debug code to a global variable and
it really is not getting called.
I'd really appreciate any suggestions you might have -- it's got me stumped!
Thanks, Aral :)
______________________________
(aral <email protected>)
New Media Producer, Kismia, Inc.
(aral <email protected>)
Adj. Prof., American University
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: DAve Goodrich: "Re: [PHP] closing window after submit"
- Previous message: Brad Hubbard: "Re: [PHP] making e-mail link"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

