Cookie Without Secure Flag
If a cookie is not secure, it can be vulnerable to man-in-the-middle (MITM) attacks, where an attacker can intercept the data being transmitted between the client and the server, and potentially gain access to sensitive information or hijack the session.
To prevent this type of attack, we need to set the 'secure' flag on the cookie.