[dev] [cvs] commit: horde/admin sessions.php horde/lib api.php horde/themes screen.css horde/docs CHANGES

Kevin M. Myer kevin_myer at iu13.org
Sat Sep 24 06:50:57 PDT 2005


Quoting "Kevin M. Myer" <kevin_myer at iu13.org>:

> One hopefully obvious caveat:  if you are running multiple sites 
> which use PHP
> sessions, getSessionsIDs() returns sessions from all sites, unless you have
> each site configured to use a separate directory or table for storing session
> data..

And one hopefully obvious solution is to set session.save_path for each 
install.
Should have done that a long time ago for housekeeping purposes.  Any value in
making this be configurable through the GUI?  Think along the lines of being
able to take a default PHP and Apache install and being able to make the
changes to common PHP values needed through Horde, instead of either having to
modify php.ini or adding php_admin_flag/value items to the Apache config.

Second, what methods would one use to extract useful information out of the
Session?  Under the Current Users listing, it would be useful to see things
like IP address, elapsed time since login, last app run, size of the stored
session data (useful for determining averages of session size, for sizing file
space or database space needed to store them, as usage ramps up), etc..

Simple, but very nice, addition, by the way.

Kevin

-- 
Kevin M. Myer
Senior Systems Administrator
Lancaster-Lebanon Intermediate Unit 13  http://www.iu13.org




More information about the dev mailing list