import_cookies
Restores authenticated browser sessions by importing cookie data as JSON, eliminating the need for repeated login authentication.
Instructions
Import cookies for authenticated sessions. Provide cookies as JSON string array. Restores login sessions without re-auth. Requires userId.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User ID for session isolation | |
| cookies | Yes | JSON string of cookie array to import |