I currently have a problem with Firefox, where it receives a cookie with the httponly flag. However, when the subsequent response is sent to the server, the request does not contain any httponly flag (which may be the correct behavior), however, when the response is returned, it returns a cookie, however it does not have an httponly flag attached, as I assume it returns it in that same condition as him.
So is this the right behavior? Should I manually update the state of the httponly cookie on the server for each request? or should an httponly state exist between calls? I'm sure there might be some other behavior in the browser, but just assume modern major browsers.
source share