|
3#
楼主 |
发表于 2008-6-24 15:46:19
|
只看该作者
我这样写了但还是错的 下面有出错信息
web_reg_save_param("ID","LB=sessionId=","RB=&locale=","Search=all",LAST);
web_url("handleSuccessLogin",
"URL=http://192.168.1.34:8083/sso/handleSuccessLogin?sessionId={ID}&locale=zh_CN",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t425.inf",
"Mode=HTML",
LAST);
出错信息
Action.c(36): 错误 -26612: 对于“http://192.168.1.34:8083/sso/handleSuccessLogin?sessionId={usersession}&locale=zh_CN”,HTTP 状态代码=500 (Internal Server Error) [MsgId: MERR-26612]
Action.c(36): t=6440ms: Closing connection to server 192.168.1.34 because server indicated that the connection should be closed [MsgId: MMSG-26000]
Action.c(36): t=6448ms: Closed connection to 192.168.1.34:8083 after completing 10 requests [MsgId: MMSG-26000]
Action.c(36): t=6456ms: Request done "http://192.168.1.34:8083/sso/handleSuccessLogin?sessionId={usersession}&locale=zh_CN" [MsgId: MMSG-26000]
Action.c(36): 错误 -26377: 找不到请求的参数“usersession”的匹配项。检查请求的边界是否存在于响应数据中。此外,如果要保存的数据超过 256 个字节,请使用 web_set_max_html_param_len 增加参数大小 [MsgId: MERR-26377]
Action.c(36): 通知: 正在保存参数“usersession = ”
Action.c(36): web_url("handleSuccessLogin") 最高严重级别为“ERROR”,5952 个正文字节,182 个标头字节 [MsgId: MMSG-26388]
正在结束操作 Action。 |
|