This object represents a "session" with a single client. It helps maintain client state. It also holds references to all of the MauiApplications running within a single client session. It is also a "switch" for forwarding I_Renderer creation events @invisible
Cocoon uses this interface to create a session between a client and the "cocoon server". The session persists for a specified time period, across more than one connection or page request from the user. A session usually corresponds to one user, who may visit a site many times. The server can maintain a session in many ways such as using cookies or rewriting URLs.
This interface allows Cocoon to
Session information is scoped only to the current context (Context
), so information stored in one context will not be directly visible in another.
@author Carsten Ziegeler
@version CVS $Revision: 1.1.1.1.2.3 $ $Date: 2001/10/11 08:56:11 $
此类型实现了资源容器抽象接口org.fto.jthink.resource.ResourceContainer, 所以可以将此类型的实例做为资源容器来使用。
历史更新记录: 2005-06-25 创建此类型@author wenjian @version 1.0 @since JThink 1.0 @see javax.servlet.http.HttpSession
|
|