public static class SessionHandler extends Object
Session for each browser session.
It looks up the session for each request based on a session cookie which contains a session ID. It stores the session when the response is ended in the session store.
The session is available on the routing context with RoutingContext.session().
The session handler requires a CookieHandler to be on the routing chain before it.
original non RX-ified interface using Vert.x codegen.Copyright © 2015. All Rights Reserved.