I want to achieve cookie free image serving as discussed here :
http://code.google.com/speed/page-speed/docs/request.html#ServeFromCookielessDomain
I have created a new sub-domain "static.example.com" serving only images, javscript and css (file serving restrictions made via filesmatch.conf file) , pls. tell how to make it serve cookie free images.
Thanks