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.

Issue fork apc-3462880

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

avpaderno created an issue. See original summary.

avpaderno’s picture

Priority: Normal » Minor
Status: Active » Needs review

  • avpaderno committed 418e3ee5 on 7.x-1.x
    Issue #3462880: Remove the code that handles $_SESSION['cache_expiration...
avpaderno’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.