If you need to
use workflow-related applets in Administration Console for Content Platform Engine with version 8 (or higher)
of WebSphere Application
Server, you must disable HttpOnly
session
cookies. Because Administration Console for Content Platform Engine is
collocated with Content Platform Engine,
you must disable the cookies in the
WebSphere
profile that hosts Content Platform Engine. You can disable the
cookies globally or just for your deployed application.
Procedure
To enable Java applet
support for Administration Console for Content Platform Engine on WebSphere Application
Server 8:
- Log on to the
WebSphere
administration
console.
- Disable
HttpOnly
session cookies, either
globally or for just your deployed Content Platform Engine application:
- To disable
HttpOnly
globally, either for single
sign-on (SSO) or for secure sockets layer (SSL):
- To disable
HttpOnly
for SSO:
- Navigate to
- Under General Properties, clear the Set
security cookies to HTTP Only to help prevent cross-site scripting
attacks check box and click Apply.
- To enable cookies and disable
HttpOnly
settings
at the server level setting when using SSL:
- Navigate to .
- Select the server where
FileNetEngine
is deployed.
- Click Session Management.
- Under General
properties, select the Override session management check
box and click Apply.
- Click the Enable cookies link under Session
tracking mechanism.
- Clear the box Set session cookies to HTTP Only to help
prevent cross-site scripting attacks check box.
- To disable
HttpOnly
and enable cookies for the
deployed Content Platform Engine application:
- Navigate to .
- Under General properties, select the Override
session management check box and click Apply.
- Under Session tracking mechanism, click
the Enable cookies link.
- Under General properties, clear the Set
session cookies to HTTP Only to help prevent cross-site scripting
attacks check box and click Apply.
- Save your settings and restart WebSphere Application
Server.