[horde] Re: horde sessionhandler
Andrew Morgan
morgan at orst.edu
Thu Apr 21 10:49:30 PDT 2005
On Thu, 21 Apr 2005, Kevin Konowalec wrote:
> Is it possible to use an external script to do a data dump (just so I
> can get an idea of what's in the session data variable without mucking
> with horde code)? I'm using mySQL for my session handler container.
Sure. Make a simple php script that connects to MySQL and selects one or
more of the rows from the sessions table. Unserialize() it and var_dump()
it.
No need to try to do this using the Horde code.
Andy
More information about the horde
mailing list