From a23236c59fd96b4d6ae4d00e5ff850a984bb1312 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 26 Jun 2013 11:20:32 +0200 Subject: [PATCH] I hate myself. --- etc/apache2/spclient-live | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/apache2/spclient-live b/etc/apache2/spclient-live index 54fc2ac..0e72e63 100644 --- a/etc/apache2/spclient-live +++ b/etc/apache2/spclient-live @@ -24,7 +24,8 @@ ProxyPass /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/ ProxyPassReverse /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/ - Header add X-Set-Cookie "%{HTTP_COOKIE}e" + SetEnv XIDJSESSION 12345 + Header add X-Set-Cookie "%{XIDJSESSION}e" -- 1.7.10.4