Modify the web.xml file.
For information about how to modify a file, see Modifying Configurations.
Uncomment the following configuration:
<filter>
<filter-name>DebugFilter</filter-name>
<description> Filter to set the masked cookies in http response for debugging purpose.</description>
<filter-class>com.novell.nidp.servlets.filters.debug.MaskedCookiesSetter</filter-class>
</filter>
<filter-mapping>
<filter-name>DebugFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
ESP sets the HJSESSIONID cookie in the browser containing the same hashed value as that in the log references to a session.