Update README.md

pull/1613/head
Nikita Koksharov 7 years ago committed by GitHub
parent b97d4088b0
commit 2e8ead7159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,9 +29,11 @@ Usage
* `AFTER_REQUEST` - all session attributes are stored into Redis after each request.
<br/>
`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`.
<i>This option available only in [Redisson PRO](http://redisson.pro) edition.</i>
* `false` - don't share single session. Default mode.
* `true` - share single session. <i>This option available only in [Redisson PRO](http://redisson.pro) edition.</i>
* `true` - share single session.
Requires to set `crossContext` setting in `tomcat/conf/context.xml`
```xml

Loading…
Cancel
Save