If you want to avoid that as a logged in user you are getting automatically logged out again, you can choose the checkbox "keep session alive" during the log in session. Then a cookie will be set on the computer, where you have logged in from, and the session will remain independant.
Note: This function should be used only in a secured environment.
|