Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Setting the number of sessions

Former Member
0 Kudos

Hello, How could I set the number of open sessions to be allowed?

2 REPLIES 2

Former Member
0 Kudos

Hi White,

check this parameter <b>rdisp/max_alt_modes </b> . It will be 6 by default .

This parameter is used to set the maximum number of additional sessions a user is allowed to open in one logon. You should only change this under exceptional circumstances (for example, if there are too many roll areas, or the dialog load is too high).

Thanks

Prince Jose

0 Kudos

Keep in mind you can restrict the sessions using the rdisp/max_alt_modes parameter, but they can always login again.

You also may need to configure login/disable_multi_gui_login to limit additional logins.

Cheers,

Ben