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

Pages served from app.php can't disable the update of session_page

XMLWordPrintable

      Currently, the unique way to disable the update of session_page is to pass "false" to the parameter of session_begin(). This method is directly called in app.php, so pages served from the routing system can't disable the update of session informations.

      I think that we can move the code that update session informations to page_footer (or other function if more appropriate), so we can allow controllers to tell to the session manager that we don't want to update the session infos.

            nicofuma nicofuma [X] (Inactive)
            Zoddo Zoddo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: