Is there a reliable way of round tripping a HTTP cookie value exactly once?
e.g.
Set-Cookie: name=value; Max-Age=1;
...but Max-Age is in delta seconds not #requests.
The reason why I ask is this, http://stackoverflow.com/questions/46582/response-redirect-with-post-instead-of-get/1353717#1353717