Using redis for PHP sessions, destroys session at the end of execution #1004
Unanswered
ederjbezerra
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use redis as session driver, it writes the data as expected(I can see it using redis-cli), but when you refresh the page, session is empty. I'm not using frameworks, no Laravel.
This is the current behavior:
This is my serverless.yml relevant sections:
My php/conf.d/php.ini:
And it seems to be applied cause this is my phpinfo() output:
I don't know if I'm missing any configuration. Does anyone see what is wrong?
Beta Was this translation helpful? Give feedback.
All reactions