SessionIoHeader class

Reads and writes session data from cookies

Implemented types

Constructors

SessionIoHeader({String name = 'jagses'})
Constructs a new SessionIoHeader
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
Name of the header where session is stored
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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