|
Ice 3.7 Slice API Reference
|
The session manager for SSL authenticated users that is responsible for managing Session objects. More...
defined in <Glacier2/Session.ice>
interface SSLSessionManager { ... }
Operations | |
| Session * | create (SSLInfo info, SessionControl *control) throws CannotCreateSessionException |
| Create a new session. More... | |
The session manager for SSL authenticated users that is responsible for managing Session objects.
New session objects are created by the Router object calling on an application-provided session manager. If no session manager is provided by the application, no client-visible sessions are passed to the client.
| Session* create | ( | SSLInfo | info, |
| SessionControl * | control | ||
| ) | throws CannotCreateSessionException |
Create a new session.
| info | The SSL info. |
| control | A proxy to the session control object. |
| CannotCreateSessionException | Raised if the session cannot be created. |