| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config |
| Modifier and Type | Method and Description |
|---|---|
static Session |
Session.invalidate()
Creates an
HttpOperation that calls HttpSession.invalidate() on the current
session. |
static Session |
Session.setAttribute(String name,
Object value)
Creates an
HttpOperation that calls HttpSession.setAttribute(String, Object) on the current
session. |
Copyright © 2023 OCPsoft. All rights reserved.