Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 439 Bytes

session.get.md

File metadata and controls

23 lines (15 loc) · 439 Bytes

session.get

The get function is established to get data from session.

Sample

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

API

CallingReturning
session . get ( key ){any}
ParametersTypeDescription
keyStringTo idetify the session info.