ZK Session Cleaner
From Documentation
Revision as of 08:23, 8 July 2010 by Maya001122 (talk | contribs) (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…')
ZK Session Cleaner
[Required] Class: org.zkoss.zk.ui.http.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.