我正在使用 jmeter 并在运行该脚本时录制脚本后,然后在某些页面上出现错误:
The state information is invalid for this page and might be corrupted.
[FormatException: Invalid length for a Base-64 char array.]
System.Convert.FromBase64String(String s) +0
System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +77
System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState) +4
System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState) +37
System.Web.UI.HiddenFieldPageStatePersister.Load() +113
为什么我收到此错误?
当我手动打开它时,使用 jmeter 出错的页面运行良好。