You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2020/01/12 21:44:30 UTC

[GitHub] [brooklyn-docs] geomacy commented on a change in pull request #300: Session expiring configuration

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

 ##########
 File path: guide/ops/configuration/brooklyn_cfg.md
 ##########
 @@ -185,9 +185,23 @@ 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.
+
+This class marks as used the session on the other modules by resetting the max inactive interval and also allows to 
+set up a max age time for the sessions, if not, it will be managed by Jetty the server.
 
 Review comment:
   don't quite understand this - if not what?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services