Class CookieSessionStore


  • public class CookieSessionStore
    extends SessionStore
    A SessionStore that uses a Cookie to store the session data. All data is stored in plain sight and signed using a HMAC using the given secret. The signature ensures that the cookie payload is not tampered when returning from the user agent (browser) back to the server.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.