-
Improvement
-
Resolution: Fixed
-
Major
-
3.1.6, 3.2.0-dev
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.
- caused
-
PHPBB-14407 Users not being removed from Newly Registered Users group
- Closed
-
PHPBB-14409 Logged in user not showing in a list after a time period without refreshing twice
- Closed
- obsoletes
-
PHPBB-13202 dead code in sessions.php
- Closed