Hi)
I'm not sure whether this is a stackoverflow kind of question, but still if anybody has any experience with this kind of problems...)
I'm implementing a passive security scanner to test for loosely scoped domain cookies, and I was wondering about how the cookies are scoped if the *Domain* attribute is specified.
There's some information about this here:
http://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_cookies, but I don't really understand what's the hands-on difference between the scopes of the following possible *Domain* attribute values:
There seem to be that there might be a different behavior for different browsers, but I'm more interested what is more generally applied and what behavior is shared between most popular browsers.
Many thanks in advance for any notes or directions.
Cheers,
Sergey