I got a problem when my session expired or I logout without using the facebook button but just the redirection path to:
{{ path('_security_logout') }}
What happen when I want to login after one of this cases is:
I click on login, and get login "automatically" without the windows asking me my facebook credential. But the only thing that I can see happening is that the facebook button display change to logout, but I am not actually login. If i refresh the page, it changes back to login.
What I need to do to login, is to click on the facebook logout button and then click back once it changes to login, and then I get asked my facebook credential and I get logged in (for real).
My questions are, Is there anyway to correct or avoid this problem? Is there anyway to properly logout of facebook without using the facebook logout button?
Hi,
I got a problem when my session expired or I logout without using the facebook button but just the redirection path to: {{ path('_security_logout') }}
What happen when I want to login after one of this cases is: I click on login, and get login "automatically" without the windows asking me my facebook credential. But the only thing that I can see happening is that the facebook button display change to logout, but I am not actually login. If i refresh the page, it changes back to login.
What I need to do to login, is to click on the facebook logout button and then click back once it changes to login, and then I get asked my facebook credential and I get logged in (for real).
My questions are, Is there anyway to correct or avoid this problem? Is there anyway to properly logout of facebook without using the facebook logout button?
Thanks.