Case 404
How do I configure the automatic logout within RMS?
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>
<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. |
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.
Hi Han Bin,
Easy, use the auto login software: https://service.rotronic.com/manual/rms-auto-login.html
Regards,
James
Easy, use the auto login software: https://service.rotronic.com/manual/rms-auto-login.html
Regards,
James
Hi James,
Nice! Do you have a link for me to download the software? I cant seem to find it on the Rotronic website.
Nice! Do you have a link for me to download the software? I cant seem to find it on the Rotronic website.
Hi Han Bin,
You need to order it from us: RMS-AUTO-LOGIN, as of such it is not on the website.
Regards,
James
You need to order it from us: RMS-AUTO-LOGIN, as of such it is not on the website.
Regards,
James
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.
