|
All content with label cluster+load-balancing.
Related Labels:
partioned-cache
, heap
, failover
, coherence-web
, proxy
, cache-topologies
, production-environment
, listeners
, reliability
, availability
, c-w-archive
, mutex
, service
, sessions
, failback
, performance
, optimistic
, testing
, faq-coherence-web
,
operating-system
, session-cache-config
, mbeans
, replication
, local
, mutext
, hardware
, manageability
, faq-code-examples
, security
, events
, best-practices
, session-management
, servletcontext
, backing-map
, core-concept
, scalability
, network
, serialization
, serviceability
, httpsessioncontext
, death-detection
, paged
, invocation
, example
, partitioned
, multicast
, faq-config
, member
, glossary
, federation
, huge-caches
, distributed
, update-after-forums-move
, high-availability
, singleton
, local-storage
more »
( - cluster
, - 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 ...
|
|
|