Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 325 Bytes

cookie.get.md

File metadata and controls

19 lines (13 loc) · 325 Bytes

cookie.get

The get function is established to get data from a cookie.

Sample

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

API

Calling Returning
cookie. get ( key ) {String}
Parameters Type Description
key String To identify the cookie info.