Comment to 'Stay Logged-In [SOLVED]'
  • This is also an issue for us, if "Remember Me" is selected the login doesn't work and it just redirects back to the login not affecting all members users however.

    • Did you perform any changes in the Login forms via Studio->Forms app? Did you check it with several browsers?

      • No nothing has been changed in the login form as far as I can remember/tell, the form itself looks identical to the actual UNA app login. It is happening across safari and chrome and also the mobile app. Could it be something to do with the design template used?

        • Hello Shane O !

          The trouble was in the missing record in the `sys_options` table, so I've added it again with this MySQL command:

          INSERT INTO `sys_options`(`category_id`, `name`, `caption`, `value`, `type`, `extra`, `check`, `check_error`, `order`) VALUES

          (1, 'sys_session_lifetime_in_min', '_adm_stg_cpt_option_sys_session_lifetime_in_min', '129600', 'digit', '', '', '', 110);

          and cleared the cache.