Replies: 1 comment
-
Hello, instead https://docs.phalcon.io/4.0/en/di#shared-services
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using phalcon 3.4.5 and php7.3, i have noticed that Session is only working in the same action, when you redirect to a new controller you will see all the session vars get empty. Any idea on how to fix this issue?
docker file
And the session init is like
In index controller, you set it as
In the home controller, you see
Only happens in the Docker enr. Live is fine.
Beta Was this translation helpful? Give feedback.
All reactions