Rotronic RMS Forum

Case 404

Thread #282 | 2019-03-22 13:17 UTC | Guest | replies: 6
Post #1 | 2019-03-22 13:17 UTC | Guest
How do I configure the automatic logout within RMS?
Post #2 | 2019-03-22 13:17 UTC | Guest
Check the web.config file of the wPage application
<authentication mode="Forms">
<forms loginUrl="Login.aspx"
protection="All"
timeout="1440"
name=".ASPXAUTH"
path="/"
requireSSL="false"
slidingExpiration="true"
defaultUrl="Default.aspx"
cookieless="UseDeviceProfile"
enableCrossAppRedirects="false" />
</authentication>









timeout User will be logged out after the defined time (in Minutes).
Default is 1440min = 1Day
slidingExpiration Sliding expiration resets the expiration time for a valid authentication if a request is made and more than half of the timeout interval has elapsed.

Post #3 | 2021-09-15 08:42 UTC | Guest
Hi all, just wondering for auto log out, is there a way to configure such that 1 user is not affected by the auto logout and all other users will still continue to be automatically logged out after a day? Customer wants to set up a View Only account that will be always logged in. But for other accounts, the user will still be automatically logged out after a set period of time.
Post #4 | 2021-09-15 12:32 UTC | James
Hi Han Bin,

Easy, use the auto login software: https://service.rotronic.com/manual/rms-auto-login.html

Regards,
James
Post #5 | 2021-09-16 01:05 UTC | Guest
Hi James,

Nice! Do you have a link for me to download the software? I cant seem to find it on the Rotronic website.
Post #6 | 2021-09-16 06:20 UTC | James
Hi Han Bin,

You need to order it from us: RMS-AUTO-LOGIN, as of such it is not on the website.

Regards,
James
Post #7 | 2025-08-28 09:42 UTC | Guest
James wrote:
Hi Han Bin,

Easy, use the auto login software: https://service.rotronic.com/manual/slice master/rms-auto-login.html

Regards,
James


any new update on the software?

No matching posts in this thread.