Since hours I have lots of trouble with Symfony starting session. Whole Kernel works perfect, I use PHP 8.2.1, Session can be startetd manually without any problem.
How to reproduce
Symfony Framework / Runtime 6.2.5
PHP 8.2.1
PHP Session Support enabled
session.auto_start disabled
session.save_path is read- and writeable, PHPs session_start() works
Symfony version(s) affected
6.2.5
Description
Since hours I have lots of trouble with Symfony starting session. Whole Kernel works perfect, I use PHP 8.2.1, Session can be startetd manually without any problem.
How to reproduce
Session-Config
I call the Session with:
This will throw an exception every time:
Cannot find any session data. thrown in Symfony\Component\HttpFoundation\Request::getSession().
I used he session in local development stage. Project is under "http://localhost:8000".
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: