Session vars are not being dumped on error_dump

Login or register to post comments
1 reply [Last post]
Offline
Joined: 01/24/2009

Greetings,

I am using PHP 5.3 on Snow Leopard with Qcubed. For some reason, I am no longer getting the Session vars dumped when the default error handler is thrown. I used to see Session vars output to the error page and that helped me in debugging a few things. Is there anyone else experiencing this?

Lunny

Offline
Joined: 03/31/2008

I see this too.
I can show session again by commenting the line "if ($__exc_Key != "_SESSION")" in error_dump.php, but I'm not sure what side-effect that has.