Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 378 Bytes

cookie.set.md

File metadata and controls

19 lines (14 loc) · 378 Bytes

cookie.set

The set function is established to set data to a cookie.

Sample

cookie.set("USER_ID", "Wang");

API

Calling Returning
cookie. set ( key, value ) void
Parameters Type Description
key String To identify the cookie info.
value String The info to set into the cookie.