GetSession
Retrieves a new session ID and current session state (cookies, CSRF token) for reuse across multiple ADT operations, maintaining the same session and lock handle.
Instructions
[read-only] Get a new session ID and current session state (cookies, CSRF token) for reuse across multiple ADT operations. Use this to maintain the same session and lock handle across multiple requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force_new | No | Force creation of a new session even if one exists. Default: false |