PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence FAQ
  Label: session-management

Content with label session-management in Coherence FAQ (See content from all spaces)
Related Labels: httpsessioncontext , cluster , coherence-web , faq-coherence-web , sessions

How do I enable HttpSessionContext
Servlet Specification version 2.4 states in section SRV.15.1.12: {{public interface HttpSessionContext}} {{Deprecated. As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.}} CoherenceWeb is fully compliant to the Servlet Specification, and as a result ...
How do I share session data between different web applications?
CoherenceWeb allows session data to be shared by different Web applications deployed in the same or different Web containers. To do so, you must correctly configure the CoherenceWeb cookie context parameters and you must make the classes of objects stored in session ...