Inchoo_SocialConnect icon indicating copy to clipboard operation
Inchoo_SocialConnect copied to clipboard

Problem with Cookie Domain

Open elfeffe opened this issue 8 years ago • 1 comments

In some cirunstances you have to set .example.com as domain in Magento

magento

The extension creates the cookie .www.example.com (frontend cookie) and gives problem with login, at least with Facebook. We can't login either with FB or Magento after first try. Until we clear the cookies.

The problem is related that the extension creates a cookie with no domain, instead of use the correct domain based on settings.

elfeffe avatar Nov 19 '15 14:11 elfeffe

Hi @elfeffe, SocialConnect does not directly create or use cookies, except when cookie is created by Magento when accessing session. Therefore even though it's possible to trigger the issue you describe by using this extension, it's not possible to correct it by adjusting SocialConnect code. You should inspect your domain(s) setup to discover underlying issue or adjust Session Cookie Management Magento admin settings to compensate. Do you agree?

Marko-M avatar Dec 08 '15 09:12 Marko-M