Class HashMapSessionStore

java.lang.Object
me.geso.avans.session.HashMapSessionStore
All Implemented Interfaces:
WebSessionStore

public class HashMapSessionStore extends Object implements WebSessionStore
In memory hash session storage for testing/debugging. Do not use in production environment.
Author:
tokuhirom