Package me.geso.avans.session
Class HashMapSessionStore
java.lang.Object
me.geso.avans.session.HashMapSessionStore
- All Implemented Interfaces:
WebSessionStore
In memory hash session storage for testing/debugging.
Do not use in production environment.
- Author:
- tokuhirom
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HashMapSessionStore
public HashMapSessionStore()
-
-
Method Details
-
save
- Specified by:
savein interfaceWebSessionStore
-
load
- Specified by:
loadin interfaceWebSessionStore
-
remove
- Specified by:
removein interfaceWebSessionStore
-