PHP 8.4 GET/POST sessions are deprecated

Created on 24 August 2024, 23 days ago
Updated 13 September 2024, 3 days ago

Problem/Motivation

RFC accepted - https://wiki.php.net/rfc/deprecate-get-post-sessions

Deprecated session.use_only_cookies, session.use_trans_sid and session.referer_check see commit

Steps to reproduce

use git grep

core/lib/Drupal/Core/DrupalKernel.php:997:      ini_set('session.use_only_cookies', '1');
core/lib/Drupal/Core/DrupalKernel.php:998:      ini_set('session.use_trans_sid', '0');

Proposed resolution

do not change this settings on PHP 8.4

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

📌 Task
Status

Fixed

Version

10.4 ✨

Component
Base  →

Last updated about 1 hour ago

Created by

🇫🇷France andypost

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024