#Clear out all session and temp files after 30 minutes
09,39 *     * * *     root   find /opt/ardi/tmp -type f -mmin +30 -exec rm {} \;