When a user logs in to Anywhere Mobility Solutions, a session creates. The session's unique key contains the external user ID. The data stored in the user controls, associated parameters, and stored record IDs are specific to a session and separate from other sessions from other mobile users running simultaneously.
Storing this data in tables in D365 BC rather than in the web session makes the session state persistent. When a device resets or a web session is lost, the session state is preserved. Upon logging in again, the application continues where it left off.
Manage sessions through the Tools menu, where the session list is available along with the stack and parameters. When a session is deleted, the stack and parameters are also purged. This also happens when the mobile user logs out.
The following table provides links to and descriptions of the topics in this section:
To | See |
|---|---|
Learn more about session properties |