pyrocms / pyrocms

Pyro is an experienced and powerful Laravel PHP CMS.

Home Page:https://www.pyrocms.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP Cache is not working with 3.8

fatihalp opened this issue · comments

Describe the bug

Whatever I tried I couldn't make it work. At last tried to change index.php CacheKernel to Barryvdh\HttpCache it's working right now. Am I missing something?

image

I see why now: when you logged in admin panel you have cookie set.

        if (isset($_COOKIE['session_proxy'])) {
            return $kernel;
        }

pyro so clever that understand that you're admin :)