Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
interface |
The session manager for username/password 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.
Create a new session.
|
Create a new session.
The user id for the session.
A proxy to the session control object.
A proxy to the newly created session.
CannotCreateSessionException
Raised if the session cannot be created.
<<< Previous | Home | Next >>> |
Glacier2::SessionControl | Up | Glacier2::SessionNotExistException |