How can I keep a copy of the HTTPRequest between two calls to a servlet?
I'm using Weblogic AS 6 and the container reuse the instance of the HTTPRequest so I can't keep the request that i need...
I'm doing this because I'm implementing a transparent login method and I want to execute the requests that triggers the login after the login process finish...
Thanks in advice...
Javier Erdozáin
E-Mail: benito5@terra.es
I'm using Weblogic AS 6 and the container reuse the instance of the HTTPRequest so I can't keep the request that i need...
I'm doing this because I'm implementing a transparent login method and I want to execute the requests that triggers the login after the login process finish...
Thanks in advice...
Javier Erdozáin
E-Mail: benito5@terra.es