DocBook|Search
Class Reference
%WebStress.Playback.Session
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%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
%%OIDGet %AddToSaveSet %AddToSyncSet %ClassIsLatestVersion
%ClassName %ConstructClone %Delete %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %GetSwizzleObject %IsA %IsModified
%New %NormalizeObject %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 %WebStress.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