Updated Home (markdown)
parent
6fc8bcdf2d
commit
95a16392e0
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, both single redis master and redis cluster based on the RedisDataCache.properties configuration.
|
||||
It supports, single and multi-node redis cluster based on the RedisDataCache.properties configuration.
|
||||
|
||||
Going forward, we no need to enable sticky session (JSESSIONID) in Load balancer.
|
||||
|
||||
|
|
Loading…
Reference in New Issue