Reply To: PHP session

Home Forums Support Forum PHP session Reply To: PHP session

#126801

I am seeing the same warning. Disabling the brute force plugin makes it go away.

I think it only started happening when I upgraded to PHP 8.1 (from 7.4); session_start() appears to be deprecated in PHP8, which I guess is why we’re seeing it (in case this helps you ;) )