KevinTheJedi Does it have to specify purging old sessions, or just any type of cron job?
I don't have anything set up because I noticed the same thing, so every so often I will run the following
delete from ost_session where session_expire < 'YYYY-MM-DD'
Although when I purged out over 10K dead sessions, my DB size only shrank by 2MB. I'm not sure how many sessions you have in there, but you can find out with
select count(*) from ost_session