I have deployed a container from the official docker hub php:7.2-apache, kept the same source code as an existing web site which has a simple user login using PHP’s session variable.
However, the $_SESSION always seems to be empty. The login page posts to itself, and I have been debugging what is / should be there.
Known or expected behaviour?
How can I change the container or the PHP config to work as expected?