How can i read cookie set date?
In rails api I can not find this information, google also doesn’t have…
How can i read cookie set date? In rails api I can not find
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t.
Here is how the cookies work:
Client requests a document, and receives in the response:
When client requests a URL in path “/” on this server, it sends:
The ideea is that the browser manages wheter it should send back the cookie to the server or not.
The web server is not informed about the expiration date of the cookie.
Later edit: Wikipedia is even more precise about this: