Classes, interfaces and traits
ClusteredSessionStore¶
A session store which stores sessions in a distributed map so they are available across the cluster.
« More »
LocalSessionStore¶
A session store which is only available on a single node.
Can be used when sticky sessions are being used.
« More »
SessionStore¶
A session store is used to store sessions for an Vert.x-Web web app
« More »