public final class WebSessionManager
extends Object
| Constructor and Description |
|---|
WebSessionManager() |
| Modifier and Type | Method and Description |
|---|---|
static HttpSession |
getSession()
Get the Session that is currently associated with this Thread.
|
static void |
removeSession()
Removes the session.
|
static void |
setSession(HttpSession session)
Associate the Session with the current Thread.
|
public static HttpSession getSession()
public static void removeSession()
public static void setSession(HttpSession session)
session - the SessionCopyright © 2010-2020 Toolsverse. All Rights Reserved.