Response.Cookies[ " user " ][ " id " ] = " 1234 " ; string str = Request.Cookies[ " user " ][ " id " ]; // str="1234"