xdebug How to debug if session id cookie goes through proxy cache Run curl command direct from you server, where application run - in my case local app is running on localhost and standard port 80 so I use http://localhost and set your app domain in Host, in my case www.recepty.eu /var/www/html # curl -I -H "Host:
xdebug Solved - PHPStorm xDebug remote Debug not working Every PHP developer should be familiar with remote Debugging via xDebug or Zend Debug but how to Debug not working Xdebug environment? Read our article. Xdebug remote debug will connect to remote_host on default port 9000, where your PHPStorm should listen. Example xDebug config zend_extension=/usr/local/lib/
symfony Resolve not working Symfony ESI/SSI caching If you have done this setup Symfony HttpCache [https://symfony.com/doc/current/http_cache.html] and ESI - Working with Edge Side Includes [https://symfony.com/doc/current/http_cache/esi.html] and your application is still not loading from cache, here is solution for you. Firstly you have