How can i get the latest cookie sent from a domain ?
eg :
cookies
1 – ABC
2 – ABC123
3 – ABC456
These 3 cookies has been sent from a domain, how do i find which one is the latest one?
Thanks.
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.
From Wikipedia:
So you can:
As far as I know, that’s all you can do. If you’re involved in setting the cookie, you can put the information you need into one of the properties above when you set it.