I am using squid-2.6.STABLE4-20061009 Want to know how squid handles cookies. Question 1 : When the Browser sends a request to the server [ thro squid ] along With cookies, if the object is already cached by squid [ from an earlier request ], does squid BLOCK the cookies OR does squid FORWARD the cookies to the origin server Even though it does not need the object [ since it is in its cache ] ?? Question 2: If squid BLOCKS the cookies [ does not let it pass-trough because the object is cached ] what can I do to make squid let the cookies pass-through to the origin server ? Thanks in advance