Versions Compared

Key

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

...

Code Block
languagetext
titleapplication.properties
blueriq.session.cookie.secure=true

For R16 and newer, this property is set to true by default. To Unsecure the cookie, you can set a property.

Code Block
languagetext
titleapplication.properties
blueriq.session.cookie.secure=false

.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. 

...