Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Ezpublish Kernel Laravel Package

ezsystems/ezpublish-kernel

eZ Publish Kernel is the core of the eZ Publish/eZ Platform CMS, providing the content repository, field types, search integration, and services for building and extending PHP-based content applications with a modular, API-driven architecture.

View on GitHub
Deep Wiki
Context7

Session options per SiteAccess

Description

Symfony offers the possibility to change many session options, such as:

  • cookie_domain
  • cookie_path
  • cookie_lifetime
  • cookie_secure
  • cookie_httponly

The problem is that, prior to eZ Publish 5.3, one could define these options at the application level only (i.e. in Symfony framework configuration). The consequence is that it makes it impossible to define them per SiteAccess, which can be annoying when working on a multi-site application, with URI-based SiteAccess matching.

Solution

Per SiteAccess session options have been defined, removing this limitation.

Usage

Example:

ezpublish.yml

ezpublish:
    system:
        my_siteaccess:
            session:
                name: my_session_name
                cookie_domain: mydomain.com
                cookie_path: /foo
                cookie_lifetime: 86400
                cookie_secure: false
                cookie_httponly: true

Note: Session options are all optional. If not defined, it will fallback to those defined in Symfony framework configuration, which themselves fallback to default PHP ones (from php.ini).

Deprecations & Upgrading

ezpublish.system.<siteAccessName>.session_name has been deprecated for defining session name. You now need to use ezpublish.system.<siteAccessName>.session.name.

Before:

ezpublish:
    system:
        my_siteaccess:
            session_name: SomeSessionName

After:

ezpublish:
    system:
        my_siteaccess:
            session:
                name: SomeSessionName
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky