If you are a web developer and recently launched website and you are not able to login in It is because of improper permissions on sessions directory defind in php.ini.
simple do;
chmod 777 -R /tmp/site-sessions
This will allow your web server to read/write sessions from this directory.
Personally one of my friend had problem and he lost his self for couple of hours. Hope it helps others too.