In order to add cookies support to your cron jobs, you may just add HTTP header of cookies to the "HTTP Headers" field while creating cron job. E.g. Cookie: cookie1=value1; cookie2=value2;.
When the cron job runs, the cookies information will be sent with the URL request. So the cron scripts on your server can process cookies as they want, and start application level session if needed.