PortSight Secure Access Documentation

Application and Session Variables Used in User Controls

 

PortSight Secure Access user controls use application and session variables to store information about user and system settings. The following table contains description of these variables:

 

Properties

 

Variable Type Description

Session("ARUserTicket")

ARObjects.ARUserTicket

Contains user ticket - cached user information. It's used by many user controls and it's highly recommended that you create this object and store it in the session variable when user starts using your application. You can create it in the Session_Start event (if you use forms or Windows authentication) or in the logon form (only if you use forms authentication).

Session("ARCulture")

CultureInfo

Contains user's preferred culture.

Application("LogAllChanges")

Integer

Indicates if all changes made using the controls should be logged in the auditing log. It can be 1 (yes) or 0 (no). It should be read from the catalog settings item called "ar_LogAllChanges".

Session("ARPageSize")

Integer

Preferred number of displayed rows on one page of the listing. It is used by all listings with paging support in the Secure Access user interface.