When a web application developed using ADF, is protected using OAM (Oracle Access Manager). Whenever a web resource is protected using OAM, the following process is excuted. OAM PROCESS : When an user first tries to access a protected resource, WebGate will detect weather the resource is protected, if the resource is protected the user is redirected to the OAM Server to login. The WebGate stores some information about the user's request, generates a cookie as a key to this context. Then it sends an HTTP response with this cookie a…