Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That's weird, I usually go the other way - I redirect the www to the naked domain.


I may be wrong here, but I think there's one good reason to use anything.example.com instead of example.com: with the naked domain, you can't have a separate domain for static assets which the client doesn't send the cookie to (for performance improvement). If you set a cookie with the domain example.com, it will still get sent to static.example.com.

Granted, you could use examplecdn.com or something, but then you have to register and manage more domains.


Isn't that what the domain portion of the set-cookie header is for?


It gets propagated to subdomains, it doesn't restrict it to just the domain specified.


Yes, it gets propogated to subdomains, but the point was that if you have subdomain X.y.z, as long as you set the cookie for y.z, the cookie is valid for X.y.z and U.y.z.


My point was that you don't want the cookie to be sent to other subdomains, so you'd actually want to set the domain to X.y.z. You can't do that if you're web domain is y.z.


Google AppEngine does not support naked domains unfortunately.

At least, that is what I use it for myself.


That's the way it should be. It's a shame the www convention took hold.


only reason www is usefull is because common cms (forums, blogs, comments, ....) convert www.example.com to a clickable link, but example.com not. yeah stupidbutthats the way it is.....




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: