Class: com.sybase.djc.ant.DistributableProperty (Distributable Property) EAServer 6.3 Help
Description Marks a web application as "distributable". When operating in a cluster environment, distributable web applications support session failover between servers.

Web sessions are stored in the "web_session" database table in the "session.db" data source. Browser-managed version cookies and automatic session change detection are used to minimize database activity from the web container.

Configuration Example:
<setProperties package="web.components.example">
  <distributable/>
  ...
</setProperties>
Nested Properties (None)