|
All content with label faq-coherence-web+load-balancing.
Related Labels:
partioned-cache
, installation
, failover
, web
, monolithic
, split
, installer
, coherence-web
, session-management
, servletcontext
, libraries
, cache-topologies
, cluster
, traditional
, core-concept
, c-w-archive
, sessions
, serialization
, httpsessioncontext
,
paged
, partitioned
, session-cache-config
, j2ee
, huge-caches
, java-ee
, replication
, distributed
, update-after-forums-move
, high-availability
, local-storage
, security
, deploy
more »
( - faq-coherence-web
, - load-balancing
)
How do I prevent cluster-replication of certain session attributes?
(Coherence FAQ)
Disabling clustering for session attributes presumes the presence of a sticky load balancer (as the nonclustered attributes will be visible only to requests executing locally within that JVM). # Implement the interface {{HttpSessionCollection.SessionDistributionController}} (in package {{com.tangosol.coherence.servlet}}, in the {{coherenceweb.jar}} found in {{webInstaller.jar}}). The specific method of interest is {{isSessionAttributeDistributed ...
|
|
|