tbouron commented on a change in pull request #300: Session expiring 
configuration
URL: https://github.com/apache/brooklyn-docs/pull/300#discussion_r367322225
 
 

 ##########
 File path: guide/ops/configuration/brooklyn_cfg.md
 ##########
 @@ -185,9 +185,34 @@ or
 
[EntitlementManager]({{book.url.brooklyn_javadoc}}/org/apache/brooklyn/api/mgmt/entitlement/EntitlementManager.html).
 
 
-
 ## HTTPS Configuration
 
 See [HTTPS Configuration]({{book.path.docs}}/ops/configuration/https.md) for 
general information on configuring HTTPS.
 
 
+## Session configuration
+
+Apache Brooklyn uses a util class, 
`org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter` for ensuring 
requests 
+in different bundles can get a consistent shared view of the data stored in 
the session.
+
+For choosing the preferred session for a given request you should call one of 
the static methods `of` in the class.
+It will look on the server for a previously marked _preferred session handler_ 
and then, for the _preferred session_ on 
+it.  If there is not _preferred session handler_, a new one will be created on 
the CXF bundle. If there is not a 
 
 Review comment:
   `s/If there is not/If there is no` 2 times

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to