angular-local-storage icon indicating copy to clipboard operation
angular-local-storage copied to clipboard

Not able to share cookies between subdomain;

Open tushar-borole opened this issue 10 years ago • 0 comments

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, '/');

tushar-borole avatar May 12 '15 06:05 tushar-borole