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) · 434 Bytes

session.get.md

File metadata and controls

22 lines (15 loc) · 434 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.