How to prevent users from repeatedly logging in and other error reports?
Frank
Frank 2018-04-25 12:51:52
0
3
1305

1.jpg

Frank
Frank

reply all(2)
Frank

Solution:

1.jpg

PeterZhu

Constant is not defined, please check the initialization part of the public controller

  • reply Defined protected function _initialize() { parent::_initialize(); //In the initial method of the public controller, create a constant to determine whether the user is logged in or has logged in define('USER_ID', Session::get('user_id')); }
    Frank author 2018-04-25 14:14:45
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template