Skip to content
  • Adam Olley's avatar
    MDL-56823 session: redis sessions don't honour $CFG->sessiontimeout · d456bd42
    Adam Olley authored
    The redis session handler doesn't use the sessiontimeout config setting
    to determine session lifetime.
    
    It has a lock expiry, which is set to 7200 (or a config setting) that is
    used to determine how long a lock is held onto, but that should be
    distinct from the session timeout.
    d456bd42