Can not initialise PHP session, please verify that your browser accepts cookies.

Re: Can not initialise PHP session, please verify that your browser accepts cookies.

by Howard Miller -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

I wouldn't get hung up on the second part of the error. 

The problem is that sessions don't work. One possible reason is that the browser you are using doesn't support cookies but, to be honest, I find that unlikely (unless you are running some cookie blocking extension). 

Start with the basics, enable debugging (by copying section 7 from config-dist.php to your config.php), reproduce the error and check your web server's error log for anything diagnostic.