Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: fiboPosted on 2009-08-09 at 03:13:23ID: 25053560
This seems to be the well-knwon problem, of problems with cookies if your host name does not have a dot in it (!) as is the case of "localhost".
Simply try with 127.0.0.1 and you cookies should work.
Remember though that you now have to change the host name in the database... this might be a problem..
go to phpmyadmin and type
SELECT * FROM `core_config_data` WHERE `path` LIKE 'web/%secure/base_url'
this should give you TWO items who need to be changed from 'localhost' to '127.0.0.1'