Ok, I have a script that uses session/Ips to track all users using orders system.
need to do:
Clear a database table hourly using cron job
database: mysql
database name: My_billing
database host: localhost
database user: me
database password: test
database table to clear:sessions
what i need: I am lost 😕
a complete command line to put in the text box of the cpanel.
How can I setup so that it will delete the sessions that are stored in the DB every Hour.
Thanks
The_broken