PSSessionClass

Manages data that needs to persist across pages in a Web application.

NoteUnique object A unique instance of the class called psSession is created automatically when you deploy your application. Therefore, you do not need to instantiate psSession. In your scripts, always refer to psSession as the object instance of this class.

Methods

PSServerClass method

Description

Abandon

Causes a session object to be discarded

GetValue

Retrieves the value of a session variable

SetValue

Sets the value of a session variable