Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
linenumberstrue
<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
languagexml
linenumberstrue
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. 

...