Interface Session
-
Method Summary
-
Method Details
-
create
-
put
-
get
Get some data from the session- Parameters:
key- the key of the data- Returns:
- the data
-
remove
Remove some data from the session- Parameters:
key- the key of the data- Returns:
- the data that was there or null if none there
-