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";
Leave a Reply
You must be logged in to post a comment.