interface SessionManager
The session manager, which is responsible for managing Session objects. New session objects are created by the Router object.
Session
Create a new session object.
Session* create(string userId);
The user id for the session.
A proxy to the newly created session.