Replies: 0
I am seeing the following error on a site
PHP Warning: session_start(): Cannot send session cookie – headers already sent in
I have tracked this down to 2 plugins calling session_start() The other plugin calls it on “init”. This plugin calls on line 144 of
plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
Please give me suggestions on how to prevent this conflict