Cookies over multiple sub domains except one
Posted
by BritishDeveloper
on Stack Overflow
See other posts from Stack Overflow
or by BritishDeveloper
Published on 2010-04-21T14:41:52Z
Indexed on
2010/04/21
14:43 UTC
Read the original article
Hit count: 266
So I know you can share your cookies across subdomains eg. staging.mysite.com and www.mysite.com etc by setting the domain of the cookies to ".mysite.com"
BUT, is there a way to share across all the sub domains EXCEPT one. e.g. the cookies will not persist on images.mysite.com?
© Stack Overflow or respective owner