Summary
Resolution
Disabling the 'Remember me on this device' feature on the Sage X3 login page can be achieved by adding Parameters to the nodelocal.js configuration file.
You will need to add a 'Security' section to the file containing the "rememberMe" and "lifetime" parameters.
The "rememberMe" parameter contains the "lifetime parameter". This sets the lifetime (in days) of the "rememberMe" token. The default value is "28". Setting this zero will disable the "rememberMe" feature.
Below is an example of the entry configuration within the nodelocal.js file:
WARNING - The values stored in this file are automatically filled in during the installation procedure. Modifying the values or adding lines in this file can cause the server to fail. Be very cautious when doing so, and make sure you keep a copy of this file before making any modification. This will allow you to roll-back to the previous settings. The node.js server must be restarted to take the modifications into account.
Further details can be found in the Online Help - Configuration file nodelocal