While debugging some application with a friend we have spot a bug in devloper tool in chrome 21. It does not show a cookies’ domain name !! So while development you don’t see actually the cookie scope.
What’s more, domain name is only seen in response cookies, in request cookies is only blank field. I have reported this to chromium project, we will see how long it takes to repair it
// http://code.google.com/p/chromium/issues/detail?id=171145 //
Below you can see the compare between Firefox Firebug and Chrome Developer Tools


