Hey all!
Assuming I have 3 domains as follows:
app1.domain.com on server 1
app2.domain.com on server 2
images.domain.com on server 3
Question 1: If I set a cookie attribute Response.Cookies("cookiename").Domain = "domain.com" should the cookie be accessible across all 3 of those domains?
Question 2: If the answer to Q1 is yes, will it still work if app1 and app2 are on https protocol but images is not?
Thanks in advance.
-Greg
Assuming I have 3 domains as follows:
app1.domain.com on server 1
app2.domain.com on server 2
images.domain.com on server 3
Question 1: If I set a cookie attribute Response.Cookies("cookiename").Domain = "domain.com" should the cookie be accessible across all 3 of those domains?
Question 2: If the answer to Q1 is yes, will it still work if app1 and app2 are on https protocol but images is not?
Thanks in advance.
-Greg