Symfony2 sessions will not work properly with "session auto start" enabled. So make sure that's disabled.
Make sure your php configuration php.ini
has this configured: session.auto_start = 0
.
Or you can add php_flag session.auto_start 0
to your .htaccess
file if you can not edit the php.ini file.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…