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
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
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
Got it, thank you!
You must log in to post.