Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 519 Bytes

session.set.md

File metadata and controls

24 lines (16 loc) · 519 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.