Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ createSession()

Session * createSession ( string userId,
string password ) throws PermissionDeniedException

Creates a client session.

Parameters
userIdThe user ID.
passwordThe password for the given user.
Returns
A proxy to the newly created session. This proxy is never null.
Exceptions
PermissionDeniedExceptionThrown when authentication or authorization fails.