Skip to content

Commit 4208c69

Browse files
author
Mariusz Kopylec
committed
docs
1 parent 91dd151 commit 4208c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Using Couchbase backed HTTP session you can share session among multiple web app
6363
The session will not be destroyed when the web applications will be shut down.
6464

6565
You can access session attributes in 2 ways:
66-
- _application namespace_ - attributes are visible only to instances of the same web application
67-
- _global namespace_ - attributes are visible to all instances of all web applications
66+
- _application namespace_ - attributes are visible only to instances of the same web application within a distributed system
67+
- _global namespace_ - attributes are visible to all instances of all web applications within a distributed system
6868

6969
To access application namespace just pass an attribute name:
7070

0 commit comments

Comments
 (0)