Subject Re: Remote users
From Vasile Buză <hsctm@rdslink.ro>
Date Fri, 31 Oct 2025 20:33:27 +0200
Newsgroups dbase.getting-started

Hi,

You can determine whether the user is connected to a remote desktop session,
by using:

remoteUser = (getenv("SessionName") = "RDP")

Vasile BUZA