Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 437 Bytes

cookie.get.md

File metadata and controls

23 lines (15 loc) · 437 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.