ZK Session Cleaner"

From Documentation
(Created page with '== ZK Session Cleaner == [Required] Class: <tt>org.zkoss.zk.ui.http.HttpSessionListener</tt> <tt>HttpSessionListener</tt> is a listener used to clean up memory when a HTTP s…')
 
Line 2: Line 2:
  
  
  [Required] Class: <tt>org.zkoss.zk.ui.http.HttpSessionListener</tt>
+
  [Required] Class: <javadoc type="interface">org.zkoss.zk.ui.http.HttpSessionListener</javadoc>
  
  

Revision as of 08:25, 8 July 2010

ZK Session Cleaner

[Required] Class: HttpSessionListener


HttpSessionListener is a listener used to clean up memory when a HTTP session is destroyed.

If you are using Servlet 2.3, please use HttpSessionListener23 instead.