| Package | Description |
|---|---|
| com.sun.enterprise.web | |
| org.apache.catalina.session |
This package contains the standard
Manager and
Session implementations that represent the collection of
active sessions and the individual sessions themselves, respectively,
that are associated with a Context. |
| Modifier and Type | Class and Description |
|---|---|
class |
PESessionLocker |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSessionLocker |
| Modifier and Type | Field and Description |
|---|---|
protected SessionLocker |
ManagerBase.sessionLocker
A SessionLocker used to lock sessions (curently only
in the request dispatcher forward/include use case)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagerBase.setSessionLocker(SessionLocker sessLocker)
set the pluggable sessionLocker for this manager
by default it is pre-set to no-op BaseSessionLocker
|
Copyright © 2019. All rights reserved.