0

Plesk links (such as domains, Clients) are not working - due to session.save path

Wednesday, November 7, 2007

While clicking the links such "domains","clients" in the Plesk, the following error message will display:
Browser has detected that the server is redirecting the request for this address in a way that will never complete.
* This problem can sometimes be caused by disabling or refusing to accept cookies.

The issue is occurring due to the session.save_path in the php.ini file of plesk.

Fix:
First check whether the session.save_path is not commented in the plesk php.ini (/usr/local/psa/admin/conf/php.ini)

Specify the exact path to session dir in the session.save_path of /usr/local/psa/admin/conf/php.ini.
session.save_path = ""
/etc/init.d/psa restart


Note: Replace the by corresponding value.

0 Responses to "Plesk links (such as domains, Clients) are not working - due to session.save path"