php – Docker project using $_SESSION variable not created
Questions: I just recently took over a project that we are trying to place in docker, using php:7.4-fpm-buster. Previously used an old version of PHP, so the $_SESSION variables were heavily used in t...