I'm working in a common environment having an Apache http-Server in front of the WebSphere Application Server 7 (running a WebSphere Portal Server 7) and now I'm trying to turn on the httpOnly and secure flags for the LTPA cookie.
According to Secure and HttpOnly flags for session cookie Websphere 7 and the support node at IBM I added the custom property com.ibm.ws.security.addHttpOnlyAttributeToCookies -> true inside the WAS7 configuration and restartet the server. The result was that httpOnly flag was set while secure flag wasn't.
Did anyone encounter the same problem and found a solution?