Symfony-check

Check if your symfony application is ready for deployment

Symfony Check
Cookie names
  • design

The session-handling mechanism uses a cookie on the client side, and this cookie is called "symfony" by default.

In the apps/frontend/config/factories.yml file, add for the all environment:

storage:
  class: sfSessionStorage
  param:
    session_name: my_project

If the sfGuardPlugin is installed, you can modify the "Remember me" cookie name in myProject/config/app.yml:

all:
  sf_guard_plugin:
    remember_cookie_name:   myProjectRememberMe