[Varnish] #964: varnish is loosing session data
Varnish
varnish-bugs at varnish-cache.org
Wed Jul 20 18:31:13 CEST 2011
#964: varnish is loosing session data
------------------------+---------------------------------------------------
Reporter: pravenjohn | Type: defect
Status: new | Priority: high
Milestone: | Component: build
Version: 3.0.0 | Severity: critical
Keywords: |
------------------------+---------------------------------------------------
Comment(by pravenjohn):
we seem to have got a work around for the time being...
removing-
if (req.request == "POST") {
return(pipe);
}
sub vcl_pipe {
set bereq.http.connection = "close";
}
Seems to have solved the issue for now... Was the waay I configured it
wrong? or is this a bug with the pipe?
Praven
--
Ticket URL: <http://varnish-cache.org/trac/ticket/964#comment:2>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list