Don't bother exec'ing `rm` at all, find can handle it:
`0,30 * * * * /usr/bin/find /var/www/magento/var/session -name 'sess_*' -type f -mtime +1 -delete`
Don't bother exec'ing `rm` at all, find can handle it:
`0,30 * * * * /usr/bin/find /var/www/magento/var/session -name 'sess_*' -type f -mtime +1 -delete`