angularjs - single cache for all subdomains -
i have project developed in angular. has 5 modules , each have sub-domain.
example :
drinks.example.com # lists drinks of particular user
foods.example.com # lists foods particular user
i able set cookie .example.com since there parameter option setcookie.
but when create cache data, browser creates separate cache each of sub-domains. there way tell browser use same cache sub-domains.
Comments
Post a Comment