Message-ID: <2077480284.3506.1485853441066.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_3505_34648075.1485853441066" ------=_Part_3505_34648075.1485853441066 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html
Sessions are configurable in eZ Publish 5 by defining the =
session_name
setting under your siteaccess group configuration in yo=
ur config/ezpublish.yml
file.
Here's a usage example:
ezpublish: siteaccess: list: - ezwebin_site - eng - ezwebin_site_admin groups: ezwebin_site_front_group: - ezwebin_site - eng match: URIElement: '1' system: ezwebin_site_front_group: session_name: <YOUR_SESSION_NAME> ezwebin_site_clean_group: database: type: mysql=20
For better integration between 5.x (symfony based) kernel and lega= cy (4.x) kernel, injection is used to inject settings, session and current siteaccess from 5.x into legacy u= sing an event: kernel.event_subscriber
When eZ Publish legacy (4.x kernel and extensions) are running via the n= ew eZ Publish 5 kernel, then the Symfony session is injected into it and al= l session related settings in legacy is ignored.
For more details on how to configure sessions in your eZ Publish 5 setup= , please refer to the documentation of Symfony HTTP Fundation component.