Question
2
Replies
533
Views
Bizmatica Econocom
Posted: April 13, 2018
Last activity: April 13, 2018
Closed
Prevent a user to login to PEGA from a workstation if he is already logged from another workstation with the same user
Hi all,
We are trying to undestand if there is a PEGA OOTB feature (or easy to implemet way) in order to prevent a user to login to PEGA from a Workstation if he is already logged from another workstation with the same user.
Best Regards
Stefano
If I understand correctly, you don't want a user to have multiple sessions. I'm not sure of which version it started but it should work perfectly from Pega 7.2 for single nodes and from Pega 7.3 on multiple nodes.
Please follow the below steps for stopping concurrent sessions:
After creating all the requestor types we need to change the prconfig.xml to point to new system name. This you can do by the following statement: <env name="Identification/SystemName" value="abc"/> (A restart is required as this is a change in prconfig)
You have to do this in all the nodes.
NOTE: Please check if the requestor types are created properly. Without the requestor types properly created you cannot access the system. You can see all the requestor types from the System->General Landing page(Designer studio>System>general>Systems, nodes and requestors).
--Ravi.