Announcement

Collapse
No announcement yet.

Case 404

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Case 404

    How do I configure the automatic logout within RMS?
    Best Regards
    Support
    ROTRONIC AG
    Support-RH@rotronic.ch

  • #2
    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.
    Best Regards
    Support
    ROTRONIC AG
    Support-RH@rotronic.ch

    Comment


    • #3
      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.

      Comment


      • #4
        Hi Han Bin,

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

        Regards,
        James

        Comment


        • #5
          Hi James,

          Nice! Do you have a link for me to download the software? I cant seem to find it on the Rotronic website.

          Comment


          • #6
            Hi Han Bin,

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

            Regards,
            James

            Comment

            Working...
            X