Comment 1 for bug 863895

Revision history for this message
Richard Mansfield (richard-mansfield) wrote : Re: Cron Job not running properly

This will be caused by the following line in htdocs/auth/lib.php:

 exec('find ' . escapeshellarg(get_config('dataroot') . 'sessions') . ' -type f -mtime +1 | xargs -n 1000 -r rm');

It needs to be rewritten to work independently of the os.