cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove continue button from web UI multiple session check screen

Former Member
0 Kudos

Hi experts,

I have some experimental requirement,
I want to restrict multiple session login in web UI for fixed number of sessions.

After n session login i have to hide continue button from session check screen as provided in attachment.
I tried to debug crm_ui_start bsp applications default.htm page, but it is invoking after login and before business role selection.

I also tried to check crm_ui_frame bsp component but still not able to get any hint.

Accepted Solutions (1)

Accepted Solutions (1)

hongyan_shao
Active Contributor
0 Kudos

Hi,

Yes, you are right, this is not controlled by WEBCUIF. That is it is not in CRM scope or Web UI scope. It is more BC control.

I don't know if it could help to realize your requirement, but there is control to skip this screen:

- transaction sicf, service crm_ui_start

-> "Error Pages" tab

-> "Logon Errors" tab (inside "Error Pages")

-> "System Logon" should be checked

-> Click in the "Configuration" button

-> In the section "Actions During Logon",

   "Check for Multiple Logon"

I guess in your system, the above flag is activated. If you deselect this flag, the page won't be shown. But the multiple logon will still be possible. The number of the logon can be limited by icm/HTTP/esid_max_ctx parameter.

Hongyan

Answers (0)