public abstract class Session extends HttpOperation
HttpSession| Constructor and Description |
|---|
Session() |
| Modifier and Type | Method and Description |
|---|---|
static Session |
invalidate()
Creates an
HttpOperation that calls HttpSession.invalidate() on the current
session. |
static Session |
setAttribute(String name,
Object value)
Creates an
HttpOperation that calls HttpSession.setAttribute(String, Object) on the current
session. |
perform, performHttpandpublic static Session invalidate()
HttpOperation that calls HttpSession.invalidate() on the current
session.public static Session setAttribute(String name, Object value)
HttpOperation that calls HttpSession.setAttribute(String, Object) on the current
session.name - The name of the session attributevalue - The value to setCopyright © 2023 OCPsoft. All rights reserved.