### Description Since Symfony 6.0 and the new Authentication system, the firewall option `require_previous_session` is no longer used in Symfony code base. Last usages were removed by @wouterj in that PR: https://github.com/symfony/symfony/pull/41613 But that option is still available and no more documented. ### Example _No response_