Account created on 7 July 2007, almost 17 years ago
  • Software engineer | Software architect at DimandoΒ  …
#

Recent comments

πŸ‡©πŸ‡ͺGermany Nikolay Borisov

Here it is not stated clearly, but the "cookie_samesite: Lax", should be of course under parameters > session.storage.options.

Here an example:

parameters:
  session.storage.options:
    # Set the SameSite cookie attribute: 'None', 'Lax', or 'Strict'. If set,
    # this value will override the server value. See
    # https://www.php.net/manual/en/session.security.ini.php for more
    # information.
    # @default no value
    cookie_samesite: Lax

it is of course for D10 clearly visible from here https://git.drupalcode.org/project/drupal/-/blob/10.2.x/sites/default/de...

πŸ‡©πŸ‡ͺGermany Nikolay Borisov

Until we have it as a release, we could use this patch, that I just generated, based on the work, being done above

πŸ‡©πŸ‡ͺGermany Nikolay Borisov

@snap_x maybe you should push the Drupal 10 compatibility at least to the dev version of the project?

Production build 0.69.0 2024