I am working on ATG which is an oracle product. The question I have is that if I receive a HTTPRequest from client(browser). The j2EE server forwards the request to ATG which creates a custom dynamohttpRequest. At this stage i want to change context and call the server again. I cant do it with the dynamoHttpRequest.
So I am planning to generate a new request or forward the request to a service as httpRequest. How can I generate a new request or forward the request to the same server from a servlet. How would that impact session for the client. Will Request forwarding impact the client session.