pxSessionTimer is not working in pega 8.7.3

I have requirement to have a timeout on specific time. I have include the OOTB pxSessionTimer in to my portal harness . however it is not returning to the login screen after to the defined time (not refreshing the harness automatically , if we do a manual browser refresh then it is displaying the login screen). also this is partially working only for the administrator access group only. for other access groups logout is not happening ..

@ThusithaIan You can follow the steps mentioned here.

https://support.pega.com/question/session-timeout-back-login-screen

Additionally, as you are in 8.7.3 you have to update the html source in the section SessionTimer to add the below code just before pega.openUrlInModal.showModalDialog function call.

pega.u.d.convertToRunActivityAction(oSafeURL)

Hope this should resolve the session out issue for the user role.

Thanks,

Lokanath