SESSION_COOKIE

The SESSION_COOKIE element specifies that cookies the GAS uses to validate the session are created with the secure flag.

Syntax

<SESSION_COOKIE Secure={"TRUE"|"FALSE"} [ SameSite={"STRICT|LAX|NONE"} ]></SESSION_COOKIE>

The SESSION_COOKIE element takes a mandatory Secure attribute and an optional SameSite attribute.

Example secure session cookie

<INTERFACE_TO_CONNECTOR>
  ...
  <HTTP>
    <SESSION_COOKIE  SameSite="None" Secure="TRUE" > </SESSION_COOKIE>
     ...
  </HTTP>
</INTERFACE_TO_CONNECTOR>

Secure session cookie in web-xml

Parent elements

This element is a child of the HTTP (Common) element.