davidyell / Learning-Symfony2

Learning Symfony2 by recreating a Stack Exchange website
MIT License
3 stars 0 forks source link

[Insight] Default session cookie's name should be changed. #22

Closed davidyell closed 10 years ago

davidyell commented 10 years ago

The session cookie name is the default one, PHPSESSID. You should consider overwriting it thanks to session.name parameter (see the official documentation).


Posted from SensioLabsInsight

davidyell commented 10 years ago

Resolved in f249d7c47a2a2ac1c5f11d661b301e03b6f9e056