http - Cookies and subdomains for cookieless domains -


i have set (i use php) cookies' domain www.example.com - cookies sent static.www.example.com? i've read answer depressing 'yes'.

the reason i'm trying implement static subdomain css/images without resorting buying entire new domain (eg www.example-static.com)

from i've read answer depressing 'yes'.

that's correct. if set cookie domain www.example.com sent *.www.example.com.

using static-www.example.com work expected , cookie not sent subdomain.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -