https://github.com/PhpGt/WebEngine/blob/f5fa99c127bfc3ae429844333fd6df815276eb5e/src/Middleware/RequestHandler.php#L223 Here is the part where the session is constructed, but I don't like seeing `$_COOKIE` being used when we have a proper `CookieHandler` to play with.