# @shopify/shopify-app-session-storage

> Shopify App Session Storage - abstract class

Latest version **6.0.1** (published 2026-08-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install @shopify/shopify-app-session-storage
pnpm add @shopify/shopify-app-session-storage
yarn add @shopify/shopify-app-session-storage
bun add @shopify/shopify-app-session-storage
```

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 6.0.1 |
| Published | 2026-08-28 |
| First published | 2022-11-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 153.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 539 |
| Author | Shopify Inc. |
| Maintainers | jaimie.way, shopify-admin, shopify-dep, mishsmelle, buitammy, chris.craig |
| Keywords | shopify, node, app, graphql, rest, webhook, Admin API, Storefront API, session storage |

## Links

- npm: https://www.npmjs.com/package/@shopify/shopify-app-session-storage
- Repository: https://github.com/Shopify/shopify-app-js
- Homepage: https://github.com/Shopify/shopify-app-js/tree/main/packages/apps/session-storage/shopify-app-session-storage
- Issues: https://github.com/Shopify/shopify-app-js/issues
- npm.io page: https://npm.io/package/@shopify/shopify-app-session-storage

## Alternatives

- [apollo-link-http-common](https://npm.io/package/apollo-link-http-common.md) — 879.0K weekly downloads
- [react-relay](https://npm.io/package/react-relay.md) — 336.8K weekly downloads
- [relay-test-utils](https://npm.io/package/relay-test-utils.md) — 181.6K weekly downloads
- [@vendure/core](https://npm.io/package/@vendure/core.md) — 14.8K weekly downloads
- [@pnpm/deps.graph-sequencer](https://npm.io/package/@pnpm/deps.graph-sequencer.md) — 13.4K weekly downloads

## Recent versions

- 6.0.1 (latest) — 2026-08-28
- 0.0.0-experimental-20240118200208 (experimental) — 2024-01-18
- 1.0.0-rc.0 (rc) — 2022-11-24
- 6.0.0 — 2026-08-10
- 5.0.1 — 2026-06-24
- 5.0.0 — 2026-03-11
- 4.0.5 — 2026-01-15
- 4.0.4 — 2025-12-11
- 4.0.3 — 2025-11-18
- 4.0.2 — 2025-10-29
- 4.0.1 — 2025-10-21
- 4.0.0 — 2025-09-17
- 3.0.20 — 2025-07-21
- 3.0.19 — 2025-07-21
- 3.0.18 — 2025-06-04
- … 43 more at https://npm.io/package/@shopify/shopify-app-session-storage/versions

## README

# Session Storage

This folder contains the `SessionStorage` interface that the individual [packages](../) for most common databases implement.

See the [`session-storage.ts`](./src/types.ts) file for the methods that need to be implemented, the params they accept and values they return.

---
_Source: https://npm.io/package/@shopify/shopify-app-session-storage · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
