On Tuesday, November 11, 2014 3:03:52 PM UTC-5, Marc Rijken wrote: > > In my situation the CDN is behind a different domain name as the main > site: cdn.example.com vs www.example.com. In bowerstatic you can define > that the statics assets will have a different base than the regular pages. > Therefor cdn.example.com has no cookies. For me this is a nice solution, > but will not be others. > Just to be clear:
Do you mean that they're both on different subdomains? ( cdn.example.com vs www.example.com ) That leading "www" subdomain is important. On modern browsers, a cookie set on (or specified to) to "example.com" will be available to all subdomains "www.example.com", "cdn.example.com", "dev.www.example.com", etc Earlier browsers required a trailing ".", but the RFC changed a while back. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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 http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
