Child pages
  • Embedding NGClient in an IFrame

Versions Compared

Key

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

...

To configure the session cookie to have the SameSite attribute set to none you need to lookup the documentation of your Servlet Container

For tomcat Tomcat (and maybe others) this means you need to have in the WAR file a "META-INF/context.xml" file which has as content:

...