I used memcached for session storing on cake php 3.0 adding .user.ini file. When I go to login it gives this error:
Warning (2): session_start(): Write of lock failed [CORE/src/Network/Session.php, line 324]
Warning (2): session_start(): Unable to clear session lock record [CORE/src/Network/Session.php, line 324]
Warning (2): session_start(): Cannot send session cache limiter - headers already sent (output started at /app/vendor/cakephp/cakephp/src/Error/Debugger.php:718) [CORE/src/Network/Session.php, line 324]
How to fix this issue ?
0 comments:
Post a Comment