Created
December 3, 2013 05:01
-
-
Save anunay/7764114 to your computer and use it in GitHub Desktop.
Fix magento 'httponly' error.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix Magento 'httponly' issue | |
============================ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fix Magento 'httponly' issue
Method 1:
Go to admin >>System>>Configuration >>Web>>Session Cookie Management
Method 2:
Copy 'app/code/core/Mage/Core/Model/Session/Abstract/Varien.php' to 'app/code/local/Mage/Core/Model/Session/Abstract/Varien.php'
Replace the following code:
with: