Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-16207

Require cookies for sessions

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 4.0.0-a1
    • 3.3.0-b1, 3.2.8
    • Sessions
    • None

      phpBB currently supports authentication and therefore the use of sessions with and without cookies. This results in the session ID being added to URLs on guest sessions and when cookies do not work as well as the requirement to use append_sid() to prevent users from being accidentally logged out.

      In order to improve the security of sessions in phpBB, we should follow the recommendations set forth by OWASP and purely rely on cookies:

      https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html

            Marc Marc
            Marc Marc
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: