public interface CookieSessionStore extends SessionStore
DEFAULT_SESSIONID_LENGTH
Modifier and Type | Method and Description |
---|---|
static CookieSessionStore |
create(Vertx vertx,
String secret)
Creates a CookieSessionStore.
|
clear, clear, close, create, create, createSession, createSession, delete, delete, get, get, init, put, put, retryTimeout, size, size
static CookieSessionStore create(Vertx vertx, String secret)
vertx
- a vert.x instancesecret
- a secret to feed the HMAC algorithmCopyright © 2021 Eclipse. All rights reserved.