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 ? Thanks