Closed
Description
Symfony version(s) affected
5.3, 5.4, 6.0
Description
I'm using default http_basic implementation. After passing credentials into dialog, user is authenticated successfully, but then, after every request (page refresh) Symfony executes authentication process again and creates new session token. This problem is not occurring on 4.4 with (almost) identical configuration.
How to reproduce
https://github.com/maciejmaciag/symfony_http_basic_reproducer
I've created simple controller with single secured route. You can check that PHPSESSID is different after every request.
Memory user's credentials: user1 zaq1@WSX
Possible Solution
No response
Additional Context
PHP 8.1, Debian 11

