Hello,
Hope you've got the solution for this issue. Well if you havent, here it is:
Use the URL mode of recording and you will see that in the login transaction there are 2 web_url requests that are additionally generated which looks like this:
web_url("BSPWDApplication.do"......)
or
web_url("bspwdapplication.do"......)
Now capture the secure id value from the response of the last occurrence of these requests in the login part of the script. You will see that this secure id would be a new value and is different from the one you would've captured in HTML mode recording.
Your script should run smoothly without issues!
Thanks