PHPverse 2025

Voting

The Note You're Voting On

StanE
9 years ago
I think there is a small "error" in the example of the class MySessionHandler in method gc(). It uses the function filemtime() whose return value is cached by PHP. Add the following line inside the foreach block in the gc() method:

clearstatcache(true, $file);

<< Back to user notes page

To Top