Share session not working #433
Unanswered
krajcikondra
asked this question in
Q&A
Replies: 1 comment 5 replies
-
What's the cookie domain set on the session cookie? IIRC, it defaults to |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi,
I am using symfony 5 with web server running by following command:
symfony server:start
and websocket server by command
php bin/console gos:websocket:server
Web server running on 127.0.0.1:8000
Websocket server running on 127.0.0.1:8888
I am using session store in database.
My configuration
And when i dump sessionId in AcmeTopic::onPublish method
framework.yaml
then i get different sessionId (anonymouse) as expected.
Know somebody what I do wrong?
Beta Was this translation helpful? Give feedback.
All reactions