sessionScope

From Documentation
Revision as of 01:39, 8 July 2010 by Maya001122 (talk | contribs) (Created page with '== sessionScope - java.util.Map == A map of custom attributes associated with the session. It is the same as the <tt>getAttributes</tt> method in the <tt>org.zkoss.zk.ui.Session<…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

sessionScope - java.util.Map

A map of custom attributes associated with the session. It is the same as the getAttributes method in the org.zkoss.zk.ui.Session interface.

If the client is based on HTTP, such as a Web browser, this is the same map of attributes stored in javax.servlet.http.HttpSession. In other words, you could use it communicate with other servlets, such as JSF.