Details
-
Improvement
-
Status: Unverified Fix (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.6, 3.2.0-dev
Description
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.
Attachments
Issue Links
- caused
-
PHPBB3-14407 Users not being removed from Newly Registered Users group
-
- Closed
-
-
PHPBB3-14409 Logged in user not showing in a list after a time period without refreshing twice
-
- Closed
-
- obsoletes
-
PHPBB3-13202 dead code in sessions.php
-
- Closed
-