After setting up the PHP environment, after configuring phpMyAdmin login (can use Http://localhost/phpmyadmin, you can also set a separate virtual host for phpMyAdmin), prompting cannot start session Without errors, please check
Errors given in your PHP and/or webserver log file and configure your PHP installation properly.
This problem has plagued me for a long time, modified the php.ini in the three Session.save_path, but also to place the session of the TMP directory permissions have been set, the results are not resolved, is still the same error, repeated restarts, I chose to all the extensions are closed, Use http://localhost/phpinfo.php to view the server about PHP settings, here I found php.ini is in C drive
Windows directory, so in the C:/windows/php.ini modified Session.save_path, finally solved the problem.
The biggest sentiment this time is that when the path problem is, you can view the relevant directory by http://localhost/phpinfo.php accurate information, so as to determine whether your configuration path is correct.
About resolving phpMyAdmin error cannot start session without errors