WebApplication.Open
From Xojo Documentation
Event
The web app has launched and is starting. The command-line parameters used to start the web app are in args.
Notes
Session is not available from this event handler.
You can add or modify the provided arguments by changing the contents of the args parameter.
For example, to increase the number of sockets:
args.Add("MaxSockets=300")