Forums / Install & configuration / Cleanup of ezsession table, cronjobs.php
Jean-Luc Nguyen
Tuesday 19 May 2009 3:09:54 am
Hello,
I know that on old eZ versions 3.X, there was an extension to remove expired sessions on ezsession tables.
On new eZ 4.X versions, how is it working?Do I have to pass a parameter to cronjobs.php on my crontab? Do I have to modify cronjob.ini? Is it included by default?
Thanks a lot!
http://www.acidre.com
Ivo Lukac
Tuesday 19 May 2009 3:39:14 am
Hi Jean-Luc
We are using this:php update/common/scripts/cleanup.php expired_session
http://www.linkedin.com/in/ivolukac http://www.netgen.hr/eng/blog http://twitter.com/ilukac
Tuesday 19 May 2009 4:50:45 am
Yes, I saw that in:
http://issues.ez.no/10431http://ez.no/developer/contribs/cronjobs/session_cleanup
Thanks anyway!