Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, for each operation in CMS Adapter, a new session is obtained with the provided connection parameters. Instead of doing this, newly created sessions would be cached and they can be used later on. Furthermore, already available sessions can be used. This would make OSGI based integration easier as in sling-stanbol case.
When using REST services, first a session would be created and cached and this same session is used in subsequent operations by a session key corresponding to the cached session.