You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Web Session Storage - Add Method
Add an name value pair item
Member of Web Session Storage (PRIM_WEB.SessionStorage)

Parameters

Name

Type

Data Type

Description

Key

*Input

Unicode String

Key used to identify the item

Value

*Input

Unicode String

Value of the item

Details


The Add method creates a new storage item identified by the key specified.
Storage access is case sensitive.

Example


Storing a value in SessionStorage
#sys_web.SessionStorage.Add( #Name #Value )

See also

All Component Classes
Technical Reference

  • No labels