auth/session_middleware.ts view source
<T>(c: Context<any, any, {}>, options: SessionOptions<T>): void Clear the session cookie on a response.
c
type
Context<any, any, {}>options
type
SessionOptions<T>returns
void