SecureCookieSession
Base class for sessions based on signed cookies.
Attributes
| Attribute | Type | Description |
|---|---|---|
| modified | boolean = False | When data is changed, this is set to True; the session cookie will only be written to the response if this is True. |
Constructor
Signature
def SecureCookieSession(
initial: Mapping[str, Any]| None = None
) - > None
Parameters
| Name | Type | Description |
|---|---|---|
| initial | `Mapping[str, Any] | None` = None |
Signature
def SecureCookieSession(
initial: Mapping[str, Any]| None = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| initial | `Mapping[str, Any] | None` = None |