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

Latest commit

 

History

History
22 lines (15 loc) · 432 Bytes

cookie.get.md

File metadata and controls

22 lines (15 loc) · 432 Bytes

cookie.get

The get function is established to get data from cookie.

Sample

	var userId = cookie.get("USER_ID");

API

CallingReturning
cookie . get ( key ){String}
ParametersTypeDescription
keyStringTo idetify the cookie info.