|  | Ice 3.8
    Slice API Reference | 
Represents an application-provided factory for session objects. More...
defined in <Glacier2/Session.ice>
interface SessionManager { ... }
| Operations | |
| Session * | create (string userId, SessionControl *control) throws CannotCreateSessionException | 
| Creates a new session object. | |
Represents an application-provided factory for session objects.
You can configure a Glacier2 router with your own SessionManager implementation; this router will then return the sessions created by this session manager to its clients.
Definition at line 107 of file Session.ice.