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

Add support for stateless routes

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.0.0-a1
    • None
    • Sessions
    • None

      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.

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

              Created:
              Updated: