Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Web Proxy Filtering and Caching
(Moderator:
fabian
) »
NGINX - Missing 'secure' Cookie Attribute
« previous
next »
Print
Pages: [
1
]
Author
Topic: NGINX - Missing 'secure' Cookie Attribute (Read 1504 times)
michaldejmek
Newbie
Posts: 4
Karma: 0
NGINX - Missing 'secure' Cookie Attribute
«
on:
March 24, 2022, 09:17:31 pm »
Hi, does anyone know how to set this on nginx:
The cookies:
Set-Cookie: JSESSIONID=***replaced***; Path=/; HttpOnly
are missing the "secure" attribute.
Thank you Michal.
Logged
fabian
Moderator
Hero Member
Posts: 2769
Karma: 200
OPNsense Contributor (Language, VPN, Proxy, etc.)
Re: NGINX - Missing 'secure' Cookie Attribute
«
Reply #1 on:
March 24, 2022, 09:41:16 pm »
To be honest, why don't you set it in the web.xml so your servlet container will handle that.
You can find it in the WEB-INF directory of the war file.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Web Proxy Filtering and Caching
(Moderator:
fabian
) »
NGINX - Missing 'secure' Cookie Attribute