Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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