New in version 4.0.5. Not available in the JavaScript PopChart Embedder.
Syntax myPopChart.makeRequestLength = int;
JavaBean Syntax <JSP:setProperty name="myPopChart" property="makeRequestLength" value="int" />
Description Specifies the maximum length for full URL requests embedded by PopChart Embedder within a web page. If an image's full URL request is longer than this length, PopChart Embedder will embed it using an embedder session ID instead of a full request. If this value is set to 0 (the default setting), there will be no maximum length.
You will probably only want to set this attribute when you want to disable the embedder session cache. For more information about this attribute, refer to "Embedder Session Cache" in Chapter A of the PopChart Server User Guide.
Note: This attribute has no effect unless you set makeFullRequest to true.