angular-local-storage
angular-local-storage copied to clipboard
Not able to share cookies between subdomain;
I have two subdomain http://subdomain1.example.companyname.com http://subdomain2.example.companyname.com
and my configuration is localStorageServiceProvider.setStorageCookieDomain('.companyname.com'); localStorageServiceProvider.setStorageCookie(0, '/');