To secure cookies in NGINX, add the following directive to nginx configuration file.
add_header Set-Cookie "Path=/; HttpOnly; Secure; SameSite=strict";
To secure cookies in NGINX, add the following directive to nginx configuration file.
add_header Set-Cookie "Path=/; HttpOnly; Secure; SameSite=strict";