I'm using php with tomcat 8.5 My local and prodServer has same configuration. I can see my cookies in browser(with inspect element), but there is no HTTP_COOKIE value in my header and also there is no value in $_COOKIE. All cookie parameters are correct (with expiration, path and domain values). This problem exists in prodServers, in my local everything works correctly.
Where should i look? Cookie path permission or php.ini or tomcat configuration? Thanks.