Secure Session Cookies with SunOne 6.1 SP5
We are looking to resolve an issue with some of our sessions being established under SP5 for SunOne WS 6.1 where the jsession cookies are coming through as unsecure. With doing some additional digging, I see references to adding the following line to the sun-web.xml. The unix version that I have does not have this file and placing it in the default-web.xml causes problems on startup. Is this the correct syntax, and am I attempting to place this in the correct location?
<session-config>
<cookie-properties>
<property name="isSecure" value="true"/>
</cookie-properties>
</session-config>
Thanks.

