ServletSessionCache: caches ServletSession objects, the GSE implementation of the {@link javax.servlet.http.HttpSession} interface. Each{@link com.google.opengse.HttpRequest} object contains its own independentsession cache. Session data is stored in a synchronized (thread-safe) in-memory cache.
@see javax.servlet.http.HttpSession
@author Spencer Kimball
@author Ben Darnell
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.