public final class LdeSessionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
deserializeSessionAttributes(javax.servlet.http.HttpSession session)
Attempts to deserialize the persisted session attributes into the given session.
|
static boolean |
isLoadPersistedSessionEnabled()
Indicates whether new sessions should be populated from a persisted session.
|
static boolean |
isPersistSessionEnabled()
Indicates whether sessions should be persisted.
|
static void |
serializeSessionAttributes(javax.servlet.http.HttpSession session)
Serializes the session attributes of the given session.
|
public static void deserializeSessionAttributes(javax.servlet.http.HttpSession session)
session - the session to restore the attributes to.public static void serializeSessionAttributes(javax.servlet.http.HttpSession session)
session - the session to persist.public static boolean isLoadPersistedSessionEnabled()
public static boolean isPersistSessionEnabled()
Copyright © 2016. All rights reserved.