Replies: 1 comment
-
Can you check your (Note that you don’t need to configure a firewall as If a session is still being created, configure your routes as |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We use redis as native session storage in
php.ini
template:Session
framework.yaml
settings:We added some
/probe
routes for kubernetes probes:For these we don't security and sessions, hence I disabled security for
/probe
routes insecurity.yaml
:Why do I still get
PHPSESSID
when calling/probe/
endpoints with these settings in browser?Beta Was this translation helpful? Give feedback.
All reactions