User Story: Need an Application Object

It would be helpful to Retool app devs to have something similar to the Application object from old Active Server Pages (ASP). The object allowed a developer to query how many active sessions existed and enumerated the currently logged in users to an app. It would help a dev more easily log user load and also contained some methods such as forcing a logout of all user sessions.

Thanks @sfbrophy! This is a cool idea. Retool supports some globals like this currently - like {{ current_user }} for example (https://docs.retool.com/v2.26.11/docs/javascript-overview). I’ll bring this up internally.