You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, do it the way PHP itself deals with its session files: Leave purging to a Cron job. Not sure how that's done on a Windows machine, though.
Cache purging occurs every time an imdb class is created. This is hugely wasteful, especially if there are lots of cache files.
Either remember the last purge time across requests and only do a purge every x hours or make sure it only happens once per request.
in imdb_cache.class.php, line 94
The text was updated successfully, but these errors were encountered: