SessionIoHeader class
Reads and writes session data from cookies
- Implemented types
Constructors
- SessionIoHeader({String name = 'jagses'})
-
Constructs a new SessionIoHeader
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
Context ctx) → String? -
Reads the session data from header named by name
override
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
Context ctx, String session) → void -
Writes session data to header named by name
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited