| Home >> All >> org >> jeteam >> [ session Javadoc ] |
org.jeteam.session: Javadoc index of package org.jeteam.session.
Package Samples:
org.jeteam.session
Classes:
HttpSessionCache: This cache keeps a java.util.Map internally to quickly lookup information that is associated with a specific session, this is to avoid to perform possibly costly operations more than necessary. In fact, the java.util.Map implementation maps HttpSessions instances to HttpSessionCache instance. Get an instance for your session by passing the original request to the getInstance(HttpServletRequest) method. It is also possible to invalidate the cache in case you want to make sure the cache is rebuilt the next time you do a call to getInstance(HttpServletRequest) . You can do this in one call, by using ...
| Home | Contact Us | Privacy Policy | Terms of Service |