I need to be able to store some authentication information in a cookie and set an expiration date.
From what I have seen the $cookie and $cookiestore doesn't support this.
Are there any alternatives or is the only way possible to do this on the server side?
I was hoping maybe there is a module that exposes this functionality?
Thanks in advance