From b97d4088b0a16095564d9c7dc20381026383ed5e Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 24 Aug 2018 17:48:20 +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 b6af80b64..70405d72b 100644 --- a/redisson-tomcat/README.md +++ b/redisson-tomcat/README.md @@ -29,7 +29,7 @@ Usage * `AFTER_REQUEST` - all session attributes are stored into Redis after each request.
- `sharedSession` - share single session across multiple deployed applications. Works only in `readMode=REDIS`. + `sharedSession` - share session across multiple deployed applications. Appropriate for migration EAR based application with multiple WARs. Works only in `readMode=REDIS`. * `false` - don't share single session. Default mode. * `true` - share single session. This option available only in [Redisson PRO](http://redisson.pro) edition.