videosphere
    Preparing search index...

    Function getSessionCookieOptions

    • Executes get session cookie options.

      Returns {
          path: string;
          httpOnly: boolean;
          sameSite: "lax";
          secure: boolean;
          maxAge: number;
      }

      The computed result.