Hi.. I recently moved my development environment to my local machine (mac), and setup an Apache virtual host: dev-mysite so in the browser it's: http://dev-mysite/
No .com or anything like that
issue I'm having now is that signing into the site requires setting a cookie and for some reason Google Chrome isn't letting my dev enviroment instance set a browser cookie where it does work in Firefox, safari etc...
Is this something about Google Chrome or Virtual hosts? Something I should know about?
Thanks.