Remove Session from App Components list.
This commit is contained in:
parent
c2e1293472
commit
a63b6486b9
|
@ -34,7 +34,6 @@ class AppController extends Controller {
|
|||
use CrudControllerTrait;
|
||||
|
||||
public $components = [
|
||||
'Session', // We are going to use SessionHelper to check PHP session vars
|
||||
'RequestHandler',
|
||||
'Crud.Crud' => [
|
||||
'actions' => [
|
||||
|
|
Loading…
Reference in New Issue