Page History
...
Code Block | ||||
---|---|---|---|---|
| ||||
<web-app ...> <session-config> <secure>true</secure> </session-config> </web-app> |
For R10 we benefit of various spring boot common properties that can be specified inside bootstrap.properties or it can be given as a VM argumentyou can set the environment variabele BLUERIQ_SECURE_SESSION_COOKIE to true.
Code Block | ||||
---|---|---|---|---|
| ||||
server.session.cookie.secure=true # "Secure" flag for the session cookie.BLUERIQ_SECURE_SESSION_COOKIE=true |
.NET Runtime
In the .NET Runtime there is no difference in in the way of securing the cookie between R10 and R9 or older versions.
...
Overview
Content Tools