linkedin_auth_reload
Reload cookies from a file or environment and re-validate the session after exporting fresh cookies, recovering from expired sessions without restarting the server.
Instructions
Reload cookies from the configured source (file or environment) and re-validate the session. Use this after the user has exported a fresh cookie file to recover from an expired session without restarting the server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookieFile | No | Path to a cookie JSON file to load instead of the configured source. | |
| restartBrowser | No | Also restart the browser so it picks up the new cookies. Defaults to true. |