PHP Error – ini_set()
-
Hello,
after installing the plugin, I’m getting this php error:
ini_set(): Session ini settings cannot be changed when a session is active
I have these lines in the
wp-config.php
file:@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
@ini_set('session.cookie_samesite', 'Strict');What is the problem here?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Error – ini_set()’ is closed to new replies.