From 2e8ead71596877a21c2b27340ece7e872fd1336d Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 24 Aug 2018 17:51:40 +0300 Subject: [PATCH] Update README.md --- redisson-tomcat/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/redisson-tomcat/README.md b/redisson-tomcat/README.md index 70405d72b..d54c56d78 100644 --- a/redisson-tomcat/README.md +++ b/redisson-tomcat/README.md @@ -29,9 +29,11 @@ Usage * `AFTER_REQUEST` - all session attributes are stored into Redis after each request.
- `sharedSession` - share session across multiple deployed applications. Appropriate for migration EAR based application with multiple WARs. 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`. + This option available only in [Redisson PRO](http://redisson.pro) edition. + * `false` - don't share single session. Default mode. - * `true` - share single session. This option available only in [Redisson PRO](http://redisson.pro) edition. + * `true` - share single session. Requires to set `crossContext` setting in `tomcat/conf/context.xml` ```xml