How to tell browser do not send COOKIE for certain folders, files or request?

egmix

New Member
I'm running PHP5 and Apache with mod_rewrite enabled.As we know on every page load browser sends cookie data to requested files. This data could be useful for PHP files, however for images or css files it has no value and simply make communication between browser and server slower.Is there any ways to tell browser or server to stop doing so for certain file types or directories?
 
Back
Top