Similar to the support in Symfony's routing, we should have support for stateless routes:
https://symfony.com/doc/current/routing.html#stateless-routes
This will essentially prevent creating a full session when matching a request for a route and reducing the resources needed. This can especially make sense for static routes that can and should be cached as well as routes that do not require session info to serve a semi-static page like cron tasks.
- is related to
-
PHPBB-17457 app.php causing multiple sessions
-
- Closed
-