Why is Sharing-enabled not longer taking effect?
Some months ago our Forms application was sending jsessionid as a parameter in the URL (HTTP requests). We configured our application to use cookies instead setting up the following parameters:
- cookie-name --> cookie_name
- url-rewriting-enabled --> false
- cookies-enabled --> true
- cookie-http-only --> false
This configuration was performed in file plan.xml, within weblogic.xml.
At the begining, our users started complaining about the HTTP-share session limitation:
FRM-93240: Multiple Forms applications cannot share an HTTP session.
They got this error message when they opened a new tab in their browsers (Internet Explorer 11.0.9600.18837) and tried to open our Forms application again.