interface ClusteredSessionStore : SessionStore
A session store which stores sessions in a distributed map so they are available across the cluster. |
|
interface LocalSessionStore : SessionStore
A session store which is only available on a single node. Can be used when sticky sessions are being used. |