Subject Re: Remote users
From Steve <nospam@nospam.com>
Date Wed, 26 Nov 2025 00:20:17 -0500
Newsgroups dbase.getting-started

I think just what I needed. Will try it out.

At this site, they only use remote desktop. So I think if I find RDP in SessionName it confirms they are remoting in.

Thanks

Vasile Buză Wrote:

> Hi,
>
> You can determine whether the user is connected to a remote desktop session,
> by using:
>
> remoteUser = (getenv("SessionName") = "RDP")
>
> Vasile BUZA
>