Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 411 Bytes

session.get.md

File metadata and controls

19 lines (13 loc) · 411 Bytes

session.get

The get function retrieves data from the current session.

Sample

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

API

Calling Returning
session. get ( key ) String | Number | Boolean | Date | Object | Array | ...
Parameters Type Description
key String The key used to identify the session information.