Tried using the below spring properties:
server.servlet.session.cookie.http-only=true
server.servlet.session.cookie.secure=true
Still not able to see secure flag in response header for Set Cookie.
Tried using the below spring properties:
server.servlet.session.cookie.http-only=true
server.servlet.session.cookie.secure=true
Still not able to see secure flag in response header for Set Cookie.