|  | Ice 3.8
    Slice API Reference | 
Represents a session between a client application and the Glacier2 router. More...
defined in <Glacier2/Session.ice>
interface Session { ... }

| Operations | |
| void | destroy () | 
| Destroys this session. | |
Represents a session between a client application and the Glacier2 router.
With Glacier2, the lifetime of a session is tied to the Ice connection between the client and the router: the session is destroyed when the connection is closed.
Definition at line 34 of file Session.ice.