alterlab_refresh_session
Refresh a session by rotating cookies and resetting failure counters to update session after re-authentication.
Instructions
Refresh a session by rotating its cookies and resetting failure counters. This is the preferred way to update cookies after re-authenticating in your browser. The session status is reset to active. If cookies are omitted, only the failure counters are reset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | UUID of the session to refresh | |
| cookies | No | New cookie key-value pairs to replace the old ones. If omitted, only failure counters are reset. | |
| headers | No | Updated custom headers to include with the session |