Glacier::SessionManager

Overview

interface SessionManager

The session manager, which is responsible for managing Session objects. New session objects are created by the Router object.

See Also

Session

Operation Index

create

Create a new session object.

create

Session* create(string userId);

Create a new session object.

Parameters

userId

The user id for the session.

Return Value

A proxy to the newly created session.