Announcement

Collapse
No announcement yet.

How to set user login session to time out?

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

  • How to set user login session to time out?

    How can we set that a user session times out after a certain time of inactivity or on closing the browser? Is that something which need to be controlled from php.ini? If yes, what attributes?

  • #2
    There's a scheduled job you can add called Auth Token Control. I'm not sure what it actually does as no documentation, so haven't enabled it myself.

    Comment


    • #3
      1. Administration > Authentication
      * Auth Token Lifetime (hours)
      * Auth Token Max Idle Time (hours)

      2. Administration > Scheduled Job - check whether "Auth Token Control" is Active

      Comment


      • #4
        Great, many thanks. Sorry, should have found myself.

        Comment

        Working...
        X