On 01/27/2014 02:53 AM, Travel Factory S.r.l. wrote: > > In order to have an intranet application use a single sign on system > we'd need to rewrite a cookie... > > A server sets a cookie for host1.domain.tld and we need to strip host1 > so that the cookie is valid for the whole domain. > > Is it possibile with squid and/or with some rewriting plugins ? Yes, it is possible. The following FAQ page outlines several options, including the two already mentioned on this thread (source code hacks and ICAP): http://wiki.squid-cache.org/SquidFaq/ContentAdaptation Cheers, Alex.