WebApplication.ApplicationIdentifier
From Xojo Documentation
Read-Only Property (As String )
A unique string to identify your web application. Typically written in reverse domain name order: com.example.webappname.
Notes
ApplicationIdentifier must be specified in order for your web app to work. |
The ApplicationIdentifier must be unique for all CGI web apps running on the same server. They do not have to be unique for standalone web apps running on the same server.
The ApplicationIdentifier cannot have the same name as any Mutex Name (for CGI applications). Standalone builds do not need to be unique by ApplicationIdentifier and do not use a Mutex.