Hi, Nick Pearson wrote: > Oops, I messed up on the add_header line. It should have been: > > add_header Cookie "something=$cookie_something your_suffix_here"; > Should be add_header Set-Cookie "something=$cookie_something your_suffix_here"; Cheers, Marcus.