How to set user login session to time out?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • computerhighway
    Member
    • Jan 2016
    • 49

    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?
  • alasdaircr
    Active Community Member
    • Aug 2014
    • 525

    #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

    • yuri
      Member
      • Mar 2014
      • 8884

      #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
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • computerhighway
        Member
        • Jan 2016
        • 49

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

        Comment

        Working...