Re: [PHP] session_decode from session handler

2007-07-24 Thread Richard Lynch
On Sat, July 21, 2007 11:19 pm, Jeffery Fernandez wrote: > I have a similar problem I am facing with session data stored in the > database > from the set_session_handler. > > What I am trying to do is show a list of online users and the page > they are > currenlty viewing. For this purpose I am que

Re: [PHP] session_decode from session handler

2007-07-22 Thread Tijnema
ethod, 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 >

Re: [PHP] session_decode from session handler

2007-07-21 Thread Jeffery Fernandez
gt; From: Tijnema <[EMAIL PROTECTED]> > > To: Ryan Graciano <[EMAIL PROTECTED]> > > Cc: php-general@lists.php.net > > Sent: Thursday, July 19, 2007 5:28:32 PM > > Subject: Re: [PHP] session_decode from session handler > > > > On 7/19/07, Ryan

Re: [PHP] session_decode from session handler

2007-07-21 Thread Jeffery Fernandez
; 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 > Subject: Re: [PHP] sessi

Re: [PHP] session_decode from session handler

2007-07-19 Thread Ryan Graciano
Subject: Re: [PHP] session_decode from session handler On 7/19/07, Ryan Graciano <[EMAIL PROTECTED]> wrote: > > 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

Re: [PHP] session_decode from session handler

2007-07-19 Thread Tijnema
On 7/19/07, Ryan Graciano <[EMAIL PROTECTED]> wrote: 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); // pri