| Author: | Juti Noppornpitak |
|---|
This package contains the session controller used with the web controller and socket handler.
A session controller for the controller (request handler).
Delete the data :param key: data key :type key: str
Retrieve the data
| Parameters: | key (str) – data key |
|---|---|
| Returns: | the data stored by the given key |
Administrated Session ID
| Returns: | str |
|---|
Clear out all data of the administrated session
Define the data
| Parameters: |
|
|---|