Step1: Login to cPanle
Step2: Find "Cron Jobs" link and click.
Step3: Set time and command
Note: Command should be like bellow to execute a php script to send email.
/usr/bin/php -q /home/fictions/public_html/send_mail.php
If you want to execute an URL not file then command should be like bellow.
wget http://fictionsoft.com/demo/amazonapp/productRanks/send_mail
If you don't want to send an cron job operation status email(Given cron jobs form) then command should be like bellow.
wget http://fictionsoft.com/demo/amazonapp/productRanks/send_mail >/dev/null 2>&1
=====
find /home/angelasmaneattra/public_html/var/session/ -mtime +1 -exec rm -rf '{}' \;
find /home/angelasmaneattra/public_html/var/session/ -mtime +1 -exec rm {} \;
/usr/bin/find