| Package | Description |
|---|---|
| io.undertow.server.session |
| Modifier and Type | Class and Description |
|---|---|
class |
SecureRandomSessionIdGenerator
A
SessionIdGenerator that uses a secure random to generate a
session ID. |
| Constructor and Description |
|---|
InMemorySessionManager(SessionIdGenerator sessionIdGenerator,
String deploymentName,
int maxSessions,
boolean expireOldestUnusedSessionOnMax) |
InMemorySessionManager(SessionIdGenerator sessionIdGenerator,
String deploymentName,
int maxSessions,
boolean expireOldestUnusedSessionOnMax,
boolean statisticsEnabled) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.