[horde] Re: horde sessionhandler
Andrew Morgan
morgan at orst.edu
Thu Apr 21 10:01:09 PDT 2005
On Thu, 21 Apr 2005, Kevin Konowalec wrote:
> does anyone know where one can find a description of the session_data
> field in the horde_sessionhandler table? I want to start playing with
> some real-time statistics and information and was thinking I might be
> able to parse some info out of that field to get things like current
> users, idle times, etc.
I'm fairly certain that is the $_SESSION array which has been serialized.
Use php's unserialize() function on session_data and then var_dump() it to
see all the information available.
Andy
More information about the horde
mailing list