Reputation: 8222
How can I stop sending cookie to only specific subdomain?
I have hosted images and assets in CDN. Its urls are
I provide subdomains to all registered users, suppose
I need cookies to be sent in all the subdomain so that if I navigate from user1.website.com to user2.website.com I must be looged in.
But I dont want cookies to be sent to CDN url.
Is there any way to achieve it ?
Upvotes: 1
Views: 444