A question about cookies in VCL. Is there a way of handling cookies in VCL? Like: if(req.http.Cookies[userid] == "1234") or set req.http.Cookies[language] = "sv" Thanks Erik