web services - How to setup cookieless domain in Lighttpd? -
I want to set up the domain with inactive cookies, to serve static content.
Do not set a cookie on your domain, seriously. Just all you have to do.
Just use a subdomain, and make sure you do not hit that scripting solution (php, python, whatever) anywhere on that domain. Also, make sure that you do not have any light module enabled so that the reason for the cookie is created (I'm not sure whether anyone is or not, but to test the best).
Comments
Post a Comment