Documentation for Ice 3.4. The latest release is Ice 3.7. Refer to the space directory for other releases.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Glacier2::SessionManager

Overview

interface SessionManager

The session manager for username/password authenticated users that is responsible for managing Glacier2::Session objects. New session objects are created by the Glacier2::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.

See Also

Operation Index

create — Create a new session.

Operations

Glacier2::Session* create(string userId, Glacier2::SessionControl* control) throws Glacier2::CannotCreateSessionException

Create a new session.

Parameters

userId — The user id for the session.
control — A proxy to the session control object.

Return Value

A proxy to the newly created session.

Exceptions

Glacier2::CannotCreateSessionException — Raised if the session cannot be created.


  • No labels