Go to this pageapp/code/core/Mage/Core/Model/Session/Abstract/Varien.php
and find the session_set_cookie_params(line-78) and replace your code with this
session_set_cookie_params(i am very sure that this trick will help you on localhost but this problem does not occur in webhost .so enjoy :)
$this->getCookie()->getLifetime(),
$this->getCookie()->getPath()
//$this->getCookie()->getDomain(),
//$this->getCookie()->isSecure(),
//$this->getCookie()->getHttponly()
);

No comments:
Post a Comment