[Catalyst] Deleting the expired session files?
Darren Duncan
darren at darrenduncan.net
Sat Sep 4 19:27:59 GMT 2010
Octavian Rasnita wrote:
> I am trying to create a script that will be executed by a cron job which will delete all the expired session files, but without success.
> I use the Session::Store::File plugin.
<snip>
Have you tried using the FastMMap store instead? I understand this can
automatically expire sessions. The main caveat that I'm aware of is that it is
unreliable in a multi-thread environment. -- Darren Duncan
More information about the Catalyst
mailing list