What is the relationship between the number returned via api_application.getid and the number I see in the URL when calling the app in the browser? At the moment, I have an app making a call to this API function but the number returned is completely different to that in the URL.... had thought they would be the same? Cheers |
Hi Simon, This function returns the ID of the current application instance it is being executed in. We usually refer to it as the application session id. The naming of this API function is not particularly great. I guess the reason we simply called the function getID but not the getInstanceID is that virtually all procedures and functions in the Kind Regards, |