Updated Home (markdown)

master
Ranjith Manickam 2017-07-28 14:52:40 +05:30
parent 6b35594d75
commit d396b4bd6c
1 changed files with 1 additions and 1 deletions

@ -4,7 +4,7 @@ Redis session manager is plug-gable one. It uses to store sessions into Redis fo
The HTTP Requests session setAttribute(name, value) method stores the session into Redis (must be Serializable) immediately and the session getAttribute(name) method request directly from Redis. Also, the inactive sessions has been removed based on the session time-out configuration.
It supports, single and multi-node redis cluster based on the RedisDataCache.properties configuration.
It supports, both redis stand-alone and multiple node cluster based on the redis-data-cache.properties configuration.
Going forward, we no need to enable sticky session (JSESSIONID) in Load balancer.