architect-handbook

Software Architect Handbook

View on GitHub

Server Session State

Keeps the session state on a server system in a serialized form.

Overview

In the simplest form of this pattern, a session object is held in memory on an application server.

How It Works

When to Use It