Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 514 Bytes

session.set.md

File metadata and controls

23 lines (16 loc) · 514 Bytes

session.set

The set function is established to set data to session.

Sample

	session.set("USER_ID", "Wang");

API

CallingReturning
session . set ( key , value )void
ParametersTypeDescription
keyStringTo idetify the session info.
value{any}The info to set into the session.