I am creating a shopping cart using Angularjs 1.5 and localstorage.
It seems that either Angularjs or the browser does not recognize the same url with or without www.
as being the same user with the same session, meaning www.abc.com
is different from abc.com
.
Is there a way to make Angular recognize www.abc.com
and abc.com
as the same session?