dGetServerState (client-side)
Use this routine to make a client-side copy of a server-state Dictionary object stored in the Session object on the server.
Definition
dGetServerState(byVal sDictName)
Parameters
sDictName
Name of the session variable associated with the server-state Dictionary object.
Return Value
A Dictionary object initialized with the current values set in the specified Dictionary object stored in the Session object on the server.
Remarks
This routine gets the Dictionary object by posting an XML request to the server, converting the Commerce Dictionary object stored in the Session object to XML, and then returning it to the client where the XML is converted back to a scripting Dictionary object. This routine posts to the file response_session.asp.
This routine is available in the include file HTTPXMLUtil.htm.