Skip to content

Add SAMESITE and SECURE flags to cookies

Compare
Choose a tag to compare
@wglasshusain wglasshusain released this 16 Jun 17:55
· 44 commits to master since this release

2.13.0
Improvements: Cookie manager has been improved to be in accordance with modern browser expectations.

  • Cookies are set with Secure: true setting if application loaded under https.
  • Cookies now allow calling code to set SameSite property.