Ri Xu Online

Resolved Warning: session_start(): Cannot send session cache limiter

The solution

Open your php.ini file, modify session.auto_start = 0 to session.auto_start = 1, after do that, save the file and restart apache service.

Exit mobile version