session"

From Documentation
m
m
Line 1: Line 1:
 
{{ZUMLReferencePageHeader}}
 
{{ZUMLReferencePageHeader}}
  
== session - org.zkoss.zk.ui.Session ==
+
= session - <javadoc type="interface">org.zkoss.zk.ui.Session</javadoc> =
 
The session. It is similar to <tt>javax.servlet.http.HttpSession<ref>ZK session actually encapsulates the HTTP session to make ZK applications independent of HTTP.</ref>.
 
The session. It is similar to <tt>javax.servlet.http.HttpSession<ref>ZK session actually encapsulates the HTTP session to make ZK applications independent of HTTP.</ref>.
  
'''Notes'''
+
<blockquote>
 +
----
 
<references/>
 
<references/>
 +
</blockquote>
  
==Version History==
+
=Version History=
  
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"

Revision as of 11:44, 18 November 2010

session - Session

The session. It is similar to javax.servlet.http.HttpSession[1].


  1. ZK session actually encapsulates the HTTP session to make ZK applications independent of HTTP.

Version History

Version Date Content
     



Last Update : 2010/11/18

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