Sometime You may get these types of error while:
- Adding product to cart
- Login to your Account
- On Registration
The enable-cookies page will ask you to enable cookies in your browser. The message is as follow:
Please enable cookies in your web browser to continue
After making some google i found some solution :
1- You can Increase your magento Cookie Lifetime
Admin=>System => Configuration => General => Web => Session Cookie Management => Cookie Lifetime = 3600
Note: The default cookie time is 3600. So you can change this to 5400 or whatever you want.
2- Disable Redirect to CMS-page if Cookies are Disabled
Admin=>System => Configuration => General => Web => Browser Capabilities Detection =>Redirect to CMS-page if Cookies are Disabled =Yes
Note: By default its yes select No and save config
0 Comments