cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro logon limit

michal_harcek2
Discoverer
0 Kudos

Hello,

we need to ensure that one user can logon only one time to a W DP application. Something like logon limit for SAPGUI. Can you suggest me any approach how can it be done ?

Best Regards

Michal Harcek

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
former_member186016
Active Contributor
0 Kudos

Hi,

You need to get the number of user currently logged in. If it equal or more than 1, you should allow login.

There must be something in User management APIs.

One other way can be, put the data in a DB whenever somebody logs in. Hence when first use logs in, update the table. If user logs out or timeout happens update the table accordingly.

Whenever someone tries to log use the data in table to check if someother user is already logged in.

Hope it helps.

Regards,

Ashwani Kr Sharma