标题: 加压的时候报错 [打印本页] 作者: jojo618 时间: 2008-6-6 15:30 标题: 加压的时候报错 求助各位大虾~~我在调试脚本的时候是可以通过的,但是在加压的时候却报错了
vuser_init.c(33): Error -26377: No match found for the requested parameter "ssid". 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
这个是什么意思啊?
我做的关联是这样的
web_reg_save_param("hsid",
"LB=DWREngine._httpSessionId = \"",
"RB=\";",
"Ord=1",
LAST);
web_reg_save_param("ssid",
"LB=DWREngine._scriptSessionId = \"",
"RB=\";",
"Ord=1",
LAST);