SessionCookieHandler class
Session Cookie Handler Handles HTTP cookie operations for sessions
Constructors
Properties
Methods
-
clearSessionCookie(
HttpResponse response) → void - Clear session cookie
-
getSessionIdFromRequest(
HttpRequest request) → String? - Extract session ID from request cookies
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setSessionCookie(
HttpResponse response, String sessionId, {Duration? maxAge}) → void - Set session cookie in response
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultCookieName → const String