public class ClusterSessionPatch extends Object implements org.zkoss.zk.ui.util.ExecutionCleanup
This listener is used with Weblogic clustering server or cloud environment (such as Google App Engine).
then you have to add following lines in application's WEB-INF/zk.xml:
<listener>
<listener-class>org.zkoss.zkplus.cluster.ClusterSessionPatch</listener-class>
</listener>
| Constructor and Description |
|---|
ClusterSessionPatch() |
Copyright © 2015. All rights reserved.