    public void createCookie(String name, String value, String domain) {
        createCookie(name, value, domain, null);
    }