10011βCookie Without Secure Flag
PUBLISHEDsecurity alertLow
Passive
Metadata
Summary
A cookie has been set without the secure flag, which means that the cookie can be accessed via unencrypted connections.
Solution
Whenever a cookie contains sensitive information or is a session token, then it should always be passed using an encrypted channel. Ensure that the secure flag is set for cookies containing such sensitive information.