scistag.remotestag.session_handler.SessionHandler¶
- class SessionHandler[source]¶
Bases:
objectHandles all of this server’s sessions
Methods
Creates a unique session identifier and ASCII encodes it so it can be used in URLs
Removes deprecated sessions :return:
Returns a session by id.
Returns a session by guest id.
Registers a new session
Decodes an ASCII encoded UUID and returns it
Attributes
__annotations____dict____doc____module____weakref__list of weak references to the object (if defined)
shared_handler- static create_session_id()[source]¶
Creates a unique session identifier and ASCII encodes it so it can be used in URLs
- Return type
- Returns
ASCII encoded UUID