SessionIoCookie class
Reads and writes session data from cookies
- Implemented types
Constructors
- SessionIoCookie({String cookieName = 'jagses', String cookiePath = '/'})
-
Constructs a new SessionIoCookie
const
Properties
-
Name of the cookie where session is stored
final
-
Path on which the session cookie shall be valid
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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 cookies
override
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
Context ctx, String session) → void -
Writes session data to cookies
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited