Operating System - Linux
1827809 Members
2050 Online
109969 Solutions
New Discussion

Re: setup squid3 to accept all cookies

 
SOLVED
Go to solution
'chris'
Super Advisor

setup squid3 to accept all cookies

hi

what happens with cookies via squid normally?
if they are denied by default, howto setup squid3 to accept all cookies?

if the client is browsing via proxy, where cookies are stored in a squid cache or in a local browser cache?
1 REPLY 1
Matti_Kurkela
Honored Contributor
Solution

Re: setup squid3 to accept all cookies

Cookies are passed through to the client by default. If you want to remove them, you must specifically ask squid to remove the "Cookie:" HTTP header from the requests and/or replies.

Be aware that many webshops, online banking services and the like require cookies to work.

Proxies won't generally cache any cookies: they are stored in the browser only. The cookie storage is distinct from the browser cache.

MK
MK