1 Reply Latest reply on May 1, 2002 1:07 PM by redhonda

    params lost after authentication

    redhonda

      Hi,

      With form-based authentication, the parameters from a page on submit are lost IF the session is subjected to the autentication step.

      For example, on clicking "submit" if the session has previously been authenticated, then the servlet on the receiving end gets all the parameters that were sent to it. But, if the session has not been authenticated yet, I get my customized logon form. After correctly entering my username/password, the original target servlet still gets the post but with no the parameters at all from the submit. The interruption appreantly is throwing away all the parameters. How to retain those important parameters for the servlet?

      Thanks for any help.