Re: [PHP] session_decode from session handler

2007-07-19 Thread Ryan Graciano
data. When I return $data from my method, though, PHP is able to turn it into a $_SESSION. Thanks, - Ryan - Original Message From: Tijnema <[EMAIL PROTECTED]> To: Ryan Graciano <[EMAIL PROTECTED]> Cc: php-general@lists.php.net Sent: Thursday, July 19, 2007 5:28:32 PM

[PHP] session_decode from session handler

2007-07-19 Thread Ryan Graciano
I'm having an issue getting session_decode to work from my session handler in PHP 5.2.3. Here's a short code snippet that demonstrates what I'm trying to do (from my read handler) - public function read($id) { var_dump($data); // prints out the serialized session correctly $retval = sess