Le mardi 27 mai 2008 à 18:03 +0200, Olivier Berger a écrit : > > It seems we're going to live with our own sessions directory, so will have to > implement some purging maybe. >
For the records, this issue was adresses as follows (excerpt from phpgroupware-0.9.16-core-base/README.Debian) : ---- PHP SESSION FILES HANDLING ========================== phpGroupware will use the PHP4/5 session files by default (sessions expire after an hour). These session files are read by the code which displays the "Admin / View sessions" dialog, so they must be kept readable by the web server. In Debian, by default, PHP5 session files are stored in a shared "unbrowsable" (for security reasons) directory for all PHP5 apps running on the same server. As we need to browse the sessions directory contents from phpGroupware code, these session files must then be stored separately, in /var/lib/phpgroupware/sessions, and a crontab is installed in /etc/cron.d/phpgroupware which will periodically remove old session files. ---- Now, the option of using the PHP garbage collector may be preferable, but may need further testing than what I was able to dedicate at the moment. People, feel free to open another ticket in case you see an improvement perspective with the GC. Regards, -- Olivier BERGER <[EMAIL PROTECTED]> http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 1024D/6B829EEC Ingénieur Recherche - Dept INF Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

