|
这么参数化session但是回放会报错
web_set_max_html_param_len("262144");
web_reg_save_param("JSESSIONID","LB/IC=JSESSIONID=","RB=;","Search=Headers",LAST);
Action.c(140): Error -26377: No match found for the requested parameter "RecordNumber". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
Action.c(140): web_url("getRecordNumber") highest severity level was "ERROR", 70 body bytes, 263 header bytes [MsgId: MMSG-26388] |
|