I am not able to login admin panel after filling the right credential. Googling over internet, i found solution.
To resolve this issue, someone suggest:
Go to app/code/core/Mage/Core/Model/Session/Abstract/Varien.php file within your magento directory.
Find the code:
session_set_cookie_params($this->getCookie()->getLifetime(),$this->getCookie()->getPath(),$this->getCookie()->getDomain(),$this->getCookie()->isSecure(),$this->getCookie()->getHttponly()); & replace with
session_set_cookie_params($this->getCookie()->getLifetime(),$this->getCookie()->getPath()//$this->getCookie()->getDomain(),//$this->getCookie()->isSecure(),//$this->getCookie()->getHttponly()); Is this a proper solution ??
---------xxxxxxx-----------xxxxxxxxxx----------xxxxxxxxxxx---------
Updated 1 =>
Whenever I free up space by manually deleting cache and session things work fine for a day maximum and then again login stop working.
Updated 2 => I know , there is space related problem. Whenever i am trying to create new folder in the root using command prompt. Message:
However, 1.4 GB is available on server.
