could you please provide (also privately) the url of the login form of
you bank so that I could try to give it a look.
From you description I can not understand exactly what is going on and
I can not tell if it could be possible to extend the direct login
implementation to handle this case.
Best regards,
Giulio Cesare
when you receive a session related warning, there are two options to
try to fix a direct login:
- remove the session value from the direct login configuration;
- in case no session relevant information is present, try to use the
direct login a second time soon after the failure.
The first solution works for all the sites that complain is a wrong
value is passed, but can safely handle a missing parameter.
The second works if the sites looks for a cookie that was not
available during the first direct login activation, but ended up being
setted and thus is available when the next activation of the direct
login is performed.
Both are suggestions, and not 100% reliable fixes.
Best regards,
Giulio Cesare