Open Cosmos application multiple times in different browser tabs

Pega has enhanced the support of multiple sessions for Single Page Applications and it has been adopted in the Theme-Cosmos.

This feature has been supported from Pega 8.6 and in Theme-Cosmos version 03

How to configure?

By default, when the Theme-Cosmos version is updated to 03.01, this feature will be available for the customer.

Pre-Check:

UserPortal section should not be overridden in the application ruleset. if it has been overridden, then the “Allow concurrent work in multi-tabs/browsers” checkbox should be checked. The configuration of a dynamic container should be as below.

@SakthiVickraman

Lets say the case is launched using an URL i.e applictaionURL/prweb/PRServlet?pyActivity=classname.activityname&caseID=XXXX

Now in the activity if we retireve the case id and open the workobject and launch the assigment UI using ootb activities, will this support single page rendering and allow concurrent work in mutiple-tabs/browsers

Because when the case is launched in Pega ootb userportal then user portal will be top most harness above the review harness and in dynamic container propeties of userportal section Single page rendering and allow concurrent work is by default selected and it works.

But when the case is launched separately using an custom application link then the user portal harness will not be the top most i.e review will be the top most.So how do we enable single page rendering and concurrent work in multiple tabs. Will it work the same way in userportal

@raghu44 Hi, did you find an answer on your question? We are also interested in this topic :slight_smile: Ans also I have a question if it works only for Dynamic Containers, as we have many custom harnesses for menu panel and it looks strange to put harness and section in it that calls another harness.