panique / huge

Simple user-authentication solution, embedded into a small framework.
2.14k stars 789 forks source link

ini_set(): A session is active. You cannot change the session module's ini settings at this time #874

Closed S3lfC0d3r closed 6 years ago

S3lfC0d3r commented 6 years ago

Hi, I test In PHP 7.2.5 and see this error in top page: Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in C:\xampp\htdocs\huge\application\config\config.development.php on line 24 Problem is this line: ini_set('session.cookie_httponly', 1); how do fix this!?