Jump to content

Share session between multiple shop frontends


Recommended Posts

I have an installation with mutliple frontends where users needs to login once. It seems that they need to login to every shop seperate, so I'm looking for a solution so the cookie can be share between the shops when they logged in to one of them.

All shops use the same database.

I have changed my settings.inc.php for each shop so the following are the same:

define('_COOKIE_KEY_', 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX');
define('_COOKIE_IV_', 'XXXXXXXXXX');


Of course there will be an issue in the cookie about the used domainname which needs to be fixed.

What are my chances here ?

Link to comment
Share on other sites

×
×
  • Create New...