> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/data/store-sessionstorage.md).

# Store SessionStorage

Store SessionStorage reads a named `sessionStorage` key and saves its value in the [Value Store](/values/value-store.md). Use it when a later step needs tab-scoped state the page already wrote.

![Store sessionStorage Test Step](https://app.does.qa/screenshots/node/data_sessionStorage_store.png)

## When to use it

* Capture wizard or checkout progress stored only for the current tab.
* Save a value for a later API step or [Check SessionStorage](/test-steps/check/check-sessionstorage.md).
* Reuse the stored value in form fields or headers through a [Value](/values/value-store.md) reference.

## Configure

### Basics

| Field                  | What to set                                     |
| ---------------------- | ----------------------------------------------- |
| **sessionStorage Key** | Key to read from `sessionStorage`               |
| **Value Store Key**    | Name to save the value under in the Value Store |

### Advanced

| Field              | What to set                                          |
| ------------------ | ---------------------------------------------------- |
| **Status on fail** | [Failed Status](/test-step-options/failed-status.md) |

## Related

* [Set SessionStorage](/test-steps/data/set-sessionstorage.md)
* [Delete SessionStorage](/test-steps/data/delete-sessionstorage.md)
* [Check SessionStorage](/test-steps/check/check-sessionstorage.md)
* [Data](/test-steps/data.md)

**Tags:** `data`, `sessionStorage`, `store`
