Skip to main content
Fast ephemeral storage, ideal for testing. Sessions are lost on restart. In-memory storage keeps sessions in RAM. Best for:
  • Unit testing
  • Integration testing
  • Quick prototyping
  • Temporary sessions

Configuration

Usage

Option 1: Default Usage

The global sessions proxy uses the In-Memory backend by default if no other storage environment variables are configured.

Option 2: Manual Instantiation