OnDemand User Group

Support Forums => Windows Client => Topic started by: Helle V. Justesen on September 08, 2022, 01:55:55 AM

Title: limiting to only 1 active client session for 1 user at a time
Post by: Helle V. Justesen on September 08, 2022, 01:55:55 AM
hi

we run the windows client v. 10.5.0.5. and server on z/OS using RACF as access control

this might not be a specific ondemand client issue - but I have got a pentest finding saying it should not be possible to have more than one active client session with the same user at a time - does anyone knows how to do that?  right now I can start several clients and log on to all of them with the same user

br
Helle Justesen
Title: Re: limiting to only 1 active client session for 1 user at a time
Post by: Justin Derrick on September 09, 2022, 01:14:31 PM
Sounds like you'd need a security exit for that.  But the security exits only allow you to approve or deny a login, so I don't think you could use it to kill the old session while allowing the new session to proceed.  Looks like this might be a good candidate for an enhancement request.

-JD.