alterlab_validate_session
Check if a stored web scraping session is still active and its cookies valid. Use before scraping to avoid expired sessions.
Instructions
Validate whether a stored session is still active and its cookies are valid. Run this before scraping if you suspect a session may have expired. Returns the session status and a reason if invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | UUID of the session to validate |