Uploaded image for project: 'translate5'
  1. translate5
  2. TRANSLATE-3309

Consolidate session lifetime configuration

    XMLWordPrintable

Details

    • High
    • Consolidate session configuration and make it accessible over the UI.

    Description

      problem

      Consolidate the session lifetime settings.

      1. 4 places of possible timeout configuration in application.ini, no one really knows what they are used for and if they are still in use
      2. first find out what they are used for
      3. then merge them into one single config (if possible)
      4. Place that config into the DB config (config level 2, changeable in the UI)
      resources.ZfExtended_Resource_Session.cookie_lifetime = 864000 ; is probably overwritten by remember_me_seconds - must be tested!
      resources.ZfExtended_Resource_Session.gc_maxlifetime = 864001 ; probably not used, must be tested!
      resources.ZfExtended_Resource_Session.remember_me_seconds = 864002 ; cookie lifetime, set to 0 to remove cookie on session end
      resources.ZfExtended_Resource_Session.garbageCollectorLifetime = 86400 ; in ZfExtended, GC removes sessions modified older as that value 

      Attachments

        Activity

          People

            oleksandrmikhliaiev Oleksandr Mikhliaiev
            tlauria Thomas Lauria
            Thomas Lauria
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: