set関数は、Cookieにデータを設定するために用意されています。
set
cookie.set("USER_ID", "Wang");
cookie. set ( key, value )
void
key
String
value