Date: 2005-01-14T01:22:19 Editor: ReinhardPoetz Wiki: Cocoon Wiki Page: FlowscriptAndSessionReplication URL: http://wiki.apache.org/cocoon/FlowscriptAndSessionReplication
no comment Change Log: ------------------------------------------------------------------------------ @@ -45,7 +45,7 @@ = What's the problem? = -== Serializable objects == +== Serialize and deserialze objects == === Description === To enable session replication between two application servers (e.g. Tocmat, see http://jakarta.apache.org/tomcat/tomcat-5.5-doc/cluster-howto.html) you have to make sure that all session attributes are serializable (implement {{{java.io.Serializable}}}).
