When you deal with docker containers with some basic configuration without services nor docker-compose, you may need to test their interaction, that’s the topic of this tutorial. Let’s keep it simple. It’s an example of use out of the docker documentation. Demystification of network communication between containers Let’s first review what network you have on […]
Docker Network and Containers communication
Adding Session Data to your authentication system using ZF 3

If you have been following the tutorial on ZF3 authentication, you already have the user email stored in session as this is the default behavior of the Zend/Authentication module provided by Zend platform. The Zend authentication module & session management We will overview a little how is handled the session system within the authentication module […]