Protect Plugin: Trellis
The plugin has been tested with Trellis Versions v1.0.4
Settings:
Open file ifthd.php in trellis_folder/includes/ and find
@setcookie( $name, $value, $time, $this->core->cache['config']['cookie_path'], $this->core->cache['config']['cookie_domain'] );
on line (~1626) and replace with
@setcookie( $name, $value, $time, '/', $this->core->cache['config']['cookie_domain']);