Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%WebStress] >  [Playback] >  [Session]
Private  Storage   

serial class %WebStress.Playback.Session extends %SerialObject, %XML.Adaptor

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7


Summary

Properties
CSPSessionCookie CSPSessionToken CSPSessionType HttpRequest
Iterations Record WebServer

Methods
%AddToSaveSet %AddToSyncSet %ClassIsLatestVersion %ClassName
%ConstructClone %Delete %DeleteId %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %Extends %GetParameter
%GetSwizzleObject %IsA %IsModified %IsNull
%New %NormalizeObject %ObjectIsNull %ObjectModified
%OnBeforeAddToSync %OnDetermineClass %Open %OpenId
%OriginalNamespace %PackageName %RemoveFromSaveSet %ResolveConcurrencyConflict
%SerializeObject %SetModified %SyncObjectIn %SyncTransport
%ValidateObject LogicalToOdbc OdbcToLogical XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property CSPSessionCookie as %String(MAXLEN="");
The cookie that will be used by this session. The session makes a call to the server before any playback starts to get the initial session data.
• property CSPSessionToken as %String(MAXLEN="");
The token that will be used by this session (if cookies are not being sent by the server). This is the CSPCHD token The session makes a call to the server before any playback starts to get the initial session data.
• property CSPSessionType as %String(DISPLAYLIST=",Cookie,Token",VALUELIST=",C,T");
The type of session ID that will be used (see above)
• property HttpRequest as %Net.HttpRequest;
The HttpRequest object that this session will use to communicate with the web server
• property Iterations as %Integer [ InitialExpression = 0 ];
The number of iterations of a script that this session has made
• property Record as %Integer [ InitialExpression = 0 ];
A boolean flag that shows whether or not this session is in 'record' mode
• property WebServer as %String;
The web server to be used by this session


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.