Protect Plugin: Concrete
Plugin has been tested with Concrete 5.6.0.2 and 5.7.5.6
For version 5.6:
- Amember configuration Please use 'Standard PHP Sessions' for option 'Session Storage' on aMember CP -> Setup -> Advanced page
Also you need to add code into /var/www/html/amember/application/configs/config.php
exactly after
<?php
class Group {};
class GroupPermissionAccessEntity{};
class PageOwnerPermissionAccessEntity{};
- Concrete configuration
Also you need to add next code into
/concrete/concrete/config/base.phpexactly after<?php
define('SESSION', 'PHPSESSID');
define('SESSION_COOKIE_PARAM_PATH', '/');
define('DIR_SESSIONS',ini_get('session.save_path'));
For version 5.7
At file concrete_folder/concrete/config/concrete.php set:
cookie_pathas'/'instead offalse'handler'should be'file'