set_session_storage
Store a value in the browser's session storage for the current tab using a specified key and value. Persists data for the session duration, enabling state management across page reloads.
Instructions
Set a sessionStorage key-value pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes |