You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Hi.
I have an issue related with wrong work with sessions. I'll try to explain
I have done all in FOSTwitterBundle readme instruction.
My config.yml is
When I redirected to connect_twitter route and enter twitter username|pass and return back to main action - i have no token in session. Also i noticed that new session was started (not the same as before authenticate on twitter side).
Another problem is : I did clear all session files on webserver and clear all cookies. And after redirect to twitter side for authentication - i see twitter dialog twice. Looks like one authentication process operate with 2 different sessions.
Can you help me to find the problem, or give a clue in what direction to look for the problem?
Thanks
The text was updated successfully, but these errors were encountered:
Hi.
I have an issue related with wrong work with sessions. I'll try to explain
I have done all in FOSTwitterBundle readme instruction.
My config.yml is
have a next security.yml config
So symptoms is next :
When I redirected to connect_twitter route and enter twitter username|pass and return back to main action - i have no token in session. Also i noticed that new session was started (not the same as before authenticate on twitter side).
Another problem is : I did clear all session files on webserver and clear all cookies. And after redirect to twitter side for authentication - i see twitter dialog twice. Looks like one authentication process operate with 2 different sessions.
Can you help me to find the problem, or give a clue in what direction to look for the problem?
Thanks
The text was updated successfully, but these errors were encountered: