| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
protected SessionLock |
StandardSession._sessionLock |
| Modifier and Type | Method and Description |
|---|---|
SessionLock |
StandardSession.getSessionLock()
return the Session lock
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardSession.setSessionLock(SessionLock sessionLock)
set the Session lock
|
Copyright © 2017. All rights reserved.