session"

From Documentation
(Created page with '== session - org.zkoss.zk.ui.Session == The session. It is similar to <tt>javax.servlet.http.HttpSession<ref>ZK session actually encapsulates the HTTP session to make ZK applicat…')
 
m (correct highlight (via JWB))
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== session - org.zkoss.zk.ui.Session ==
+
{{ZUMLReferencePageHeader}}
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'''
+
= session - <javadoc type="interface">org.zkoss.zk.ui.Session</javadoc> =
 +
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>
 +
 
 +
<blockquote>
 +
----
 
<references/>
 
<references/>
 +
</blockquote>
 +
 +
=Version History=
 +
 +
{| 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.