session"

From Documentation
m
m (correct highlight (via JWB))
 
Line 2: Line 2:
  
 
= session - <javadoc type="interface">org.zkoss.zk.ui.Session</javadoc> =
 
= 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>.</tt>
+
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>
 
<blockquote>

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.