Let’s say we set a “last request at” timestamp in a cookie on each request. Is there additional overheard to updating this in terms of more data sent over the wire, or do the cookies have to get sent over the wire on each request anyway?
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.
They are only sent from the client on every request, so you will have a small additional overhead from the server.
You’re able to test this by watching the headers in the “Network” tab of Chrome, or Firefox with Firebug (or livehttpheaders).