length of user session

(3 posts) (2 voices)
  1. eugfri, Member

    hi,

    where can I adjust length of user session so user would not be logged out of mydbr after X amount of time of inactivity?

    Thank you

  2. myDBR Team, Key Master

    Hi,
    the session timeout is determined first of all in the PHP level with directive gc_maxlifetime. This sets the boudaries myDBR operates in. In myDBR Environment settings you can set the Session lifetime within the set boundaries. If you set the myDBR's Session lifetime to 0, myDBR will use the PHP's setting.

    So, if you set the gc_maxlifetime to 1200, that means 20 minutes and if the myDBR's Session lifetime is set to 0, the session timeout used will be 20 minutes.

    --
    myDBR Team

  3. eugfri, Member

    Got it, thank you!


Reply

You must log in to post.