Forbidden Error from OHS
I have 11g (10.3.X) weblogic server installed(where my application is deployed) on port 7001 and for Oracle SSO I have setup OHS (Oracle HTTP Server) listening on port 80 to handle client requests.
Everything is working properly for a new request. But if i leave the page inactive for 15mins and refresh the page I am getting below error:
Forbidden
You are not authorised to access this resource on the server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
I tried to change the session timeout in web.xml and mod_wl_ohs.conf but no luck :(.
I have the following entry in httpd.conf for 403 error:
ErrorDocument 403 /403_error.html
but its not redirect to 403_error.html in this case.
Please suggest me how to resolve this.
Thanks.