From d3acc0249b2d5d658d36d99e2c808ce49332ea44 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 30 Apr 2019 15:43:51 +0300 Subject: [PATCH] Update README.md --- redisson-tomcat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson-tomcat/README.md b/redisson-tomcat/README.md index 4d88dce92..323726b47 100644 --- a/redisson-tomcat/README.md +++ b/redisson-tomcat/README.md @@ -26,7 +26,7 @@ Add `RedissonSessionManager` into `tomcat/conf/context.xml` * `REDIS` - stores attributes into Redis only. Default mode.
- `broadcastSessionEvents` - if `true` then `sessionCreated` and `sessionDestroyed` events broadcasted across all Tomcat instances and trigger all registered HttpSessionListeners. Default is `false`. + `broadcastSessionEvents` - if `true` then `sessionCreated` and `sessionDestroyed` events broadcasted across all Tomcat instances and causes all registered HttpSessionListeners to be triggered. Default is `false`. `updateMode` - Session attributes update mode. Two modes are available: * `DEFAULT` - session attributes are stored into Redis only through setAttribute method. Default mode.