Prohibit multiple GAM connections

100 views Asked by At

I am looking for an option in the GAM to prohibit the connection of the same user from different PCs.

The "Allow Multiple Concurrent Web Sessions Security Policy" property works the opposite of what I would like as it destroys the first connection established.

What I would like is that the second user trying to connect gets an error.

Are GAM or Genexus handling a similar case? Or do I have to create something myself, perhaps with additional attributes?

1

There are 1 answers

1
Chon On

You can't do that with the default behavior of that property. If you want to do that, you'll need to program it yourself, maybe using the GAMSession external object.