public class Session
extends java.util.LinkedHashMap<java.lang.String,java.lang.Object>
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_SESSION_OBJ_STRING_SIZE
The maximum amount of characters to dump for a session object.
|
| Constructor and Description |
|---|
Session() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
put(java.lang.String key,
java.lang.Object value) |
clone, containsKey, entrySet, isEmpty, keySet, putAll, remove, size, valuespublic static final int MAX_SESSION_OBJ_STRING_SIZE