InMemoryIdentityStore

Learn how to keep the visitor session in memory.

An in-memory implementation of IdentityStore that keeps the client ID and user token in memory. It is handy for tests and one-off requests where you do not want to read or write cookies.

Croct's mascot winking
Looking for something specific?

Use the search bar at the top of the page or press / to quickly search through the documentation.

Use the summary below to quickly jump to a specific topic:

PageDescription
ConstructorLearn how to initialize an in-memory identity store.