This page describes an older version of the product. The latest stable version is 16.4.

Global HTTP Session Sharing


With XAP you can share HTTP session data across multiple data centers, multiple web server instances or different types of web servers.

XAP 10.0 Global HTTP Session Sharing includes the following new features:

  • Delta update support - changes identified at the session attribute level.
  • Better serialization (Kryo instead of xstream)
  • Compression support
  • Principle / Session ID based session management. Allows session sharing across different apps with SSO
  • Role based SSO Support
  • Improved logging
Licensing

This feature requires a separate license in addition to the XAP commercial license. Please contact GigaSpaces Customer Support for more details.


Overview
Configure your web application to use the XAP session manager, deploy the XAP in-memory data grid (IMDG) and deploy your web application.

Configuration & Deployment
Configure the web application and Shiro for deployment on the grid.

Apache Load Balancer
Configuring Apache load balancer.

Additional resources