Mattz Posted July 27, 2010 Share Posted July 27, 2010 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 More sharing options...
Mattz Posted July 28, 2010 Author Share Posted July 28, 2010 What does presta use now for login, the cookie or the session ? A cookie will be set for teh remember me for sure.... Link to comment Share on other sites More sharing options...
Mattz Posted July 29, 2010 Author Share Posted July 29, 2010 Guys is it really so difficult to give an opinion about this ? I have the idea that this is doable, but what is the best way ? Copying the cokkieID's is not working so far.Please advise Link to comment Share on other sites More sharing options...
Recommended Posts