I want to use ngCookies so I can re-use the login cookies on another host under the same domain. This way, when I login on app1.example.com and I visit app2.example.com, I won't need to login anymore. It will use the cookies that was created in app1.example.com. Can someone please share a link that I can read up on.
Thanks!