Updated Home (markdown)
parent
6b35594d75
commit
d396b4bd6c
2
Home.md
2
Home.md
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue