Global navigation

   Documentation Center
   eZ Studio & eZ Platform
     User Manual
     Technical Manual
     Glossary
   eZ Publish 4.x / legacy

 
eZ Publish (5.x)

eZ Publish 5.x | For eZ Platform & eZ Studio topics see Technical manual and User manual, for eZ Publish 4.x and Legacy topics see eZ Publish legacy

Skip to end of metadata
Go to start of metadata

See overview of Sessions in eZ Publish before you read this.

Symfony offers the possibility to change many session options at application level (i.e. in Symfony framework configuration), such as:

  • cookie_domain
  • cookie_path
  • cookie_lifetime
  • cookie_secure
  • cookie_httponly

However as eZ Publish can be used for setting up several web sites within on Symfony application, session configuration is also possible to define per SiteAccess and SiteGroup level.

Session options per SiteAccess

As of eZ Publish 5.3 / 2014.03, all site related session configuration is possible to define per SiteAccess and SiteGroup:

ezpublish.yml

Session name per SiteAccess

In 5.x versions prior to 5.3 / 2014.03 the following SiteAccess aware session setting where available:

ezpublish.yml
  • No labels