Protect Plugin: SilverStripe CMS
SilverStrype plugin readme Plugin was tested with SilverStrype Version 2.4.5
NECESSARY STEPS TO ENABLE SINGLE LOGIN FUNCTIONALITY:
Set aMember CP -> Configuration -> Setup/Configuration -> Advanced -> Session Storage to "Standart PHP Sessions"
Add these lines to the bottom of
/silverstrype/mysite/_config.php:
Session::set_cookie_path("/");
Session::set_cookie_domain("");