theodorejb / es-cookie

A simple, lightweight module for handling cookies
MIT License
45 stars 2 forks source link

Get info from the cookie #5

Closed germancasares closed 6 years ago

germancasares commented 6 years ago

Hi, I'm just asking if there is way to obtain the expire date from a particular cookie. I already have seen the docs from but didn't see any of this.

For the meanwhile I am storing the expire date as well in another cookie.

germancasares commented 6 years ago

I just saw from this StackOverflow that there is no possible way to obtain the expiration date.