Uploaded image for project: 'Observium'
  1. Observium
  2. OBS-3132

[PATCH] fix for logout when session is regenerated

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • None
    • Community Edition, Professional Edition
    • Authentication

    Description

      Fix for random logout when session is regenerated

      Attachments

        Activity

          [OBS-3132] [PATCH] fix for logout when session is regenerated

          Thanks, commited in r10128!

          landy Mike Stupalov added a comment - Thanks, commited in r10128!

          Hrm, probably this is solution.

          But you sure that here not enough (do not clear session on regenerate)?:

          - session_regenerate_id(TRUE);
          + session_regenerate_id();
          

          landy Mike Stupalov added a comment - Hrm, probably this is solution. But you sure that here not enough (do not clear session on regenerate)?: - session_regenerate_id(TRUE); + session_regenerate_id();

          My PHP is version 7.3.3

          pnlarsson Niklas Larsson added a comment - My PHP is version 7.3.3

          People

            landy Mike Stupalov
            pnlarsson Niklas Larsson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: