0
votes

A few hours ago everything just went fine on my store. Then for some reason I changed the settings for using SID in frontend to NO. After that I couldn't access the admin panel anymore. So I fixed that by setting the value for web/session/use_frontend_sid in core_config_data to 1. I cleared the cache manually by ftp and I was able to log into the admin panel. Now the strange part. After all I can't add products to the cart. Everytime I try to add a product to my cart magento redirects me to the enable-cookies CMS page.

1
When I try to reproduce this problem at a different computer it doesn't show off. Maybe it's just a session or cache related problem. For now this problem seems solved. :)MadKotai47
Yep, clean your cookies (with webdeveloper extension on firefox for example) and it should be OK. Hope your website is not online cause your customers may have the same problem..)Jscti
@Bixi Now I'm back at my computer at work but magento always redirects me to enable-cookies page. I cleared browser cache, cookies and even the magento sessions. But nothing helped. This problem seems odd to me.MadKotai47
I tried Firefox, Chrome and even IE8 all of them are not working. Just Opera is operating correct. Strange...MadKotai47
Opera with turbo mode ? if yes : the problem is a network/DNS one.. try maybe to flush your dns: ipconfig /flushdnsJscti

1 Answers

0
votes

Ok, I solved the problem. I set the redirect when cookies are deactivated in the configuration panel to NO. Now it works like before.