Skip to main content
Module

x/aleph/server/session.ts>SessionCookieOptions

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface SessionCookieOptions
import { type SessionCookieOptions } from "https://deno.land/x/aleph@1.0.0-alpha.75/server/session.ts";

Properties

optional
name: string
optional
domain: string
optional
path: string
optional
secure: boolean
optional
sameSite: "lax" | "strict" | "none"