backdrop-contrib / domain

WORK IN PROGRESS - A domain-based access control system for Backdrop CMS
3 stars 4 forks source link

Is there any need to add $cookie_domain to settings.php file? #40

Open izmeez opened 2 weeks ago

izmeez commented 2 weeks ago

Is there any need to add a $cookie_domain line in the settings.php file? $cookie_domain = '.example.com'; As suggested in the old comment, https://www.drupal.org/project/domain/issues/1559486#comment-10176824

izmeez commented 1 week ago

If the $cookie_domain = '.example.com'; is added to the settings.php file the user is not logged out when the line in the settings.php to include the domain module file is commented and then uncommented, as described in https://github.com/backdrop-contrib/domain/issues/39