vertx / io.vertx.ext.web.sstore

Package io.vertx.ext.web.sstore

Types

ClusteredSessionStore

interface ClusteredSessionStore : SessionStore

A session store which stores sessions in a distributed map so they are available across the cluster.

LocalSessionStore

interface LocalSessionStore : SessionStore

A session store which is only available on a single node.

Can be used when sticky sessions are being used.