Remove the code that handles $_SESSION['cache_expiration']

Created on 21 July 2024, about 2 months ago
Updated 4 August 2024, about 1 month ago

DrupalDatabaseCache uses $_SESSION['cache_expiration'] to delay the removal of items from the cache. DrupalApcCache does not need to use $_SESSION['cache_expiration'] because items are automatically removed by the APCu extension when the TTL value required by apcu_store() is passed.

Any code using $_SESSION['cache_expiration'] needs to be removed.

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇹Italy apaderno Brescia, 🇮🇹

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