package
0.0.0-20240808225702-1f1c2144e8b2
Repository: https://github.com/akraino-edge-stack/iec.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

The suffix of the session cookie.
The key for the identity of the session.
The mapped session object.
The key container for the json objects of the data, any non strings found in the map will be placed in here serialized by key using JSON.
The value name indicating how long the session should persist - ie should it persist after the browser closes this is set under the TimestampKey if the session data should expire immediately.
The expiration date of the session.

# Variables

Constant error if session value is not found.

# Type aliases

Session data, can be any data, there are reserved keywords used by the storage data SessionIDKey Is the key name for the session TimestampKey Is the time that the session should expire .