StartSession Method (Session)
- Last UpdatedNov 06, 2025
- 1 minute read
The StartSession() method starts a session of a specified client type. The method checks that a license of the specified type is available and, if so, uses the license for this session.
If session information is being specified, this overload of the method returns session information via output parameters.
| Overload | Description |
|---|---|
| StartSession(ClientTypes,DBString,DBString,Int32,String,String,String,String,String,String,String,String,Int32) | The StartSession() method starts a session of a specified client type. The method checks that a license of the specified type is available and, if so, uses the license for this session. If session information is being specified, this overload of the method returns session information via output parameters. |
| StartSession(ClientTypes,Int32) | The StartSession() method starts a session of a specified client type. The method checks that a license of the specified type is available and, if so, uses the license for this session. If session information is being specified, this overload of the method specifies the session information by its session ID. The SessionID parameter is by reference. When used within System Platform, this must be a locally declared string. For examples, see Creating and Starting Sessions. |