AWS single user

Hi,

I am using ConnectCore7u to implement a web server. I created two users that belong to different realms with different security levels. One user has read and write privileges while the other can only read the information.

I would like to allow the writing user to connect only once at a time, I mean, if the user has a TCP connection open I would like the web server to reject any other connection of the same user. Is this possible? I tried using NA_HTTP_SECURITY_SINGLE_ACCESS when defining the realm, but the web server will still allow the same user to connect from two different PC at the same time.

Any suggestions?

I am using NET+OS 7.3.

Thank you,
Jose