Tempest version
git
PHP version
8.4
Operating system
Linux
Description
The HeaderSessionIdResolver is broken:
- The
str() function does not exist (missing use).
- The expected header name contains underscores, which cannot appear in
$this->request->headers (they are normalized to a hyphen).