StartSession Method (SessionManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The StartSession() method starts a session of the client type of the session object. The method checks that a license of that type is available and, if so, uses it for the session.
This overload of the method returns the session ID.
| Overload | Description |
|---|---|
| StartSession(Int32) | The StartSession() method starts a session of the client type of the session object. The method checks that a license of that type is available and, if so, uses it for the session. This overload of the method returns the session ID. |
| StartSession(Int32,Int32) | The StartSession() method starts a session of the client type of the session object. The method checks that a license of that type is available and, if so, uses it for the session. This overload of the method returns the session ID and the number of days until the MES license expires. |