SessionManager interface

The SessionManager interface is an interface used to define the operation of the session manager, which is first analyzed as follows:

1. Start a session message based on the session context

Session start(SessionContext context);

2. Obtain session information according to the session key

Session getSession(SessionKey key) throws SessionException;

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326591154&siteId=291194637