session"

From Documentation
m
m (correct highlight (via JWB))
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{ZKZUMLReferencePageHeader}}
+
{{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 <code>javax.servlet.http.HttpSession<ref>ZK session actually encapsulates the HTTP session to make ZK applications independent of HTTP.</ref>.</code>
  
'''Notes'''
+
<blockquote>
 +
----
 
<references/>
 
<references/>
 +
</blockquote>
  
==Version History==
+
=Version History=
  
{{ZKZUMLReferencePageFooter}}
+
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
{{ZUMLReferencePageFooter}}

Latest revision as of 13:26, 19 January 2022

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 : 2022/01/19

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