Global navigation

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

 
Exponential (5.x)

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

Skip to end of metadata
Go to start of metadata

See overview of Sessions in Exponential 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 Exponential 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 Exponential 5.3 / 2014.03, all site related session configuration is possible to define per SiteAccess and SiteGroup:

exponential.yml

Session name per SiteAccess

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

exponential.yml
  • No labels