> session.locale.country
"US"
> session.locale.location
undefined
1) session.locale, which is the locale (ie. regional settings) configuration of your browser and might very well be US,
and
2) session.location, which gives your geographic location ?
> session.locale.country
"US"
> session.locale.location
undefined