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: 

User logon - restrict too many logons

Former Member
0 Kudos

Is there a way to restrict users from attempting to log more than once?

How to prevent them from not logging more than 1 time? If we try to logon for the 2nd time, it will prompt us if we need to close the previous session or continue without terminatin the 1st session.

But is there a way that we can completing not give rights to logon twice. With the exclusion of Super Users !

Also how to reduce the no:of sessions from a maxm of 6 to say 2 or 3.

Pls advise

8 REPLIES 8

Former Member
0 Kudos

Hi,

We have some parametes to set in default profile

<b>login/disable_multi_gui_login</b>

<b>rdisp/gui_auto_logout</b>

it will help u

kiran kumar.v

manohar_kappala2
Contributor
0 Kudos

Hi Ann,

You can restrict the logon to once

set the parameter : login/disable_multi_gui_login to 1 in RZ10

also keeping the super users free from these rules

Add the users for this parameter : login/multi_login_users

so that only these users are able to logon twice.

Regards,

Manohar

Former Member
0 Kudos

Hi Pri,

to restrict number of sessions use

rdisp/max_alt_modes =6 by default change to either 2 or 3 but min is 2

to prevent multiple logging use

login/disable_multi_gui_login=1 will stop multiple logins

Samrat

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

see also thread

0 Kudos

hi all, thanks for all your replies.

but could you let me know how & where to set these parameters?

rgds,

pri

0 Kudos

1 Goto RZ10

2. Utilities -> import profiles of Active servers

3 Come back

4. goto Rz10

5,.sleect F4, <b> Instance profile</b> , <b>Extended maintenance</b>,,, Change

6. Create parameter

7. Do the following Screen profile name <b>login/disable_multi_gui_logon</b> parameter <b>1</b>

Then <b>save and activate</b>

hope this info helps you.

with regds,

rajesh.

<i>award suitable points.</i>

0 Kudos

Hi,

I think you imported the profiles if not means try to fallow below steps

In command field type <b>RZ10</b>

After login to RZ10 in <b>menu tab goto->utilities->import profiles->of active servers</b>

After importing we will get all profiles from O/S level to R/3 level.

where to set these parameters means?

Goto <b>RZ10</b> and press F4 in profile field you will get the all profiles select <b>instance profile</b>

<b>Edit profile</b> you will get three options

Administration data

Basic maintenance

Extended maintenance

IN three options select <b>Extended maintenanace</b>

Press <b>Change</b> button u will get onemore screen in that screen select <b>parameter tab</b>

In that screen type parameter name and parameter val.

This will help you.

kiran kumar.v

Former Member
0 Kudos

Hi,

max sessions is dynamic parameter you can use RZ11 instead of RZ10.

Samrat