Configure Application to Use the Java Session Module
NCache provides a no-code change option for storing Java sessions, allowing you to persist session state in a distributed cache cluster without modifying application logic. The following pages explain the steps required to configure a Java application to use NCache as a distributed Java session store.
In this Section
Add Maven Dependencies and Data Filter for Java Sessions
Explains the basic steps of adding libraries and defining filters to configure applications to use the Java session module.
Deploying Application
Explains how to deploy applications after successfully adding libraries.