Hello, This might not be directly related to angular2, but as it's the framework I want to use I would like to know if it's possible to implement in angular2, or plain javascript, a service that would be able to share data across multiple subdomains. The main purpose is to be able to share my session auth across all of the domains. The only way I found seems to be by using a cookie on top domain. Isn't there any cleaner way to do this? I'd prefer to avoid cookie if possible.
Thanks a lot. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
