EasyCorp / EasyAdminBundle

EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
MIT License
4.04k stars 1.02k forks source link

Session lost on every request (Only on app_dev) #3032

Closed andrea-daru closed 4 years ago

andrea-daru commented 4 years ago

Packages version:

friendsofsymfony/user-bundle         v2.1.2
symfony/symfony                      v4.4.1
easycorp/easyadmin-bundle            v2.3.4

The problem is that I loose the session on every request only in dev environment. This mean that I've to login on every click to see the administration. I've already checked that the session.save_path it's writeable and in fact the session file is written. The strange things it's that the session cookie isn't (only in dev)! This is the only difference that I've found. Maybe someone can help me...

javiereguiluz commented 4 years ago

I'm sorry I didn't reply on time. My guess is that this is not related to EasyAdmin ... because this is not happening to me and we haven't received similar reports from other users.