Could you just confirm it works??? And sorry for the crap right out of my head :)
cheers On Sat, Jan 12, 2013 at 12:50 AM, duncan hall <[email protected]> wrote: > Thanks, yes I got the error and was just looking for some time to fix it. > > Thanks Willy and Baptiste for your help. > > Regards, > > Duncan > > Willy Tarreau <[email protected]> wrote: > >>On Wed, Jan 09, 2013 at 02:28:44PM +0100, Baptiste wrote: >>> Hi, >>> >>> You can use the respirep feature: >>> rspirep ^Set-Cookie:\ (appsession.*) Set-Cookie:\ \1; HttpOnly >> >>Just a warning above, a backslash is missing after the semi-colon, and >>will probably not report an error : >> >> rspirep ^Set-Cookie:\ (appsession.*) Set-Cookie:\ \1;\ HttpOnly >> >>(crappy config language, the first thing I'll do in 1.6-rc will be to >>break it). >> >>Willy >>

