Previous Topic

Book Contents

Book Index

Next Topic

Logging Out

Theoretically, you can terminate work with API without logging out, however, in practice Valuemation won’t be aware of the fact that you finished work and will still hold some of your user objects in the memory. For this reason, to improve performance of your applications and scripts, we strongly encourage you to logout from Valuemation API as soon as the work has finished.

Application.logout()

Logs the user out from application.

To check whether the user is still logged on, which might be useful for example for the web-client where, for example a time-out for idle connections might be configured on the server side to ensure security, call

Application.isLoggedIn()

Checks whether the current user is logged in. Returns TRUE if you are logged in. Otherwise returns FALSE.

See Also

Logging into Valuemation

Logging In

Initialize login through GUI

Login Syntax

Domains