| Interface | Description |
|---|---|
| SessionManager |
Mange the lifecycle of the
Session. |
| Class | Description |
|---|---|
| Session |
Similar to HTTP Session, which could maintain user identity and store user-specific data during
multiple request/response interactions between a client and the gateway server.
|
| SessionManagerImpl |
The implementation of the
SessionManager that manage the lifecycle of the Session. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.