[pmwiki-users] short sessions

Robin robin at kallisti.net.nz
Tue Mar 8 19:17:58 CST 2005


On Wednesday 09 March 2005 14:19, Patrick R. Michaud wrote:
> points to a unique location for your sessions.  However, I'm not
> exactly sure how that affects the cleaning up of session files -- I'm
> still looking into that.  (I know of at least one instance where
> setting a custom session.save_path is causing the session files to
> not be removed.)
In Debian is is done by a cronjob:
[ -d /var/lib/php4 ] && find /var/lib/php4/ -type f
 -cmin +$(/usr/lib/php4/maxlifetime) -print0 | xargs -r -0 rm
(all one line)

Perhaps something like that could be put into the config.php if the 
session dir was changed.

-- 
Robin <robin at kallisti.net.nz>             JabberID: <eythian at jabber.org>

Hostes alienigeni me abduxerunt. Qui annus est?

PGP Key 0xA99CEB6D = 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /pipermail/pmwiki-users/attachments/20050309/891b7372/attachment.bin 


More information about the pmwiki-users mailing list