We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
$_COOKIE
CookieHandler