I have a website, the cookie did sent with every request, including images, javascript, css, this is unecessary. I'd solved this issue creating a virtualhost for load the static resources, the cookie is setted only in main domain.
Well.. Now i've setted up non-wildcard ssl in server, only for main domain, the resources in subdomain had not been displayed, it causes a security issue. I was forced to load the images from the main domain again.
Is it possible produce the same cookiefree domain effect using only one domain? Like a Directory config?