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

