CatalogSession SFO

Properties

Field

Type

Comment/Sample

Methods

 

Method

Returns

Parameters

Parameter Types

Comments/Sample

get(key)

string

key

string

gets the session value by key

put(key)

void

key

string

sets a session value by key

remove(key)

void

key

string

removes a session value by key

 

See Also