I\'m having troubles logging into Magento\'s admin panel on one of our staging sites (it works 100% on our webdev servers and was working just fine not too long ago on the s
Need to update 3 things in the core_config_data table for following paths:
web/secure/base_urlweb/unsecure/base_urlweb/cookie/cookie_domainuse commands like
UPDATE 'core_config_data' SET 'value'="localhost.com" WHERE path="web/cookie/cookie_domain"
and do not forget to clear cache and browser cookies.