Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 509 Bytes

cookie.set.md

File metadata and controls

23 lines (16 loc) · 509 Bytes

cookie.set

The set function is established to set data to cookie.

Sample

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

API

CallingReturning
cookie . set ( key , value )void
ParametersTypeDescription
keyStringTo idetify the cookie info.
valueStringThe info to set into the cookie.