The session-cache-class Element

From Documentation
Revision as of 15:31, 4 December 2010 by Tomyeh (talk | contribs)


The session-cache-class Element


Syntax:

<session-cache-class>a_class_name</session-cache-class>
[Default: SimpleSessionCache]

It specifies the session cache used to store ZK sessions. It must implement the SessionCache interface.

By default, SimpleSessionCache is used and it stores the ZK session in an attribute of the native session (i.e., HttpSession or PortletSession).

Version History

Last Update : 2010/12/04


Version Date Content
     



Last Update : 2010/12/04

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.