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.

[671 byte] By [RevelationCS] at [2007-11-26 9:36:20]
# 1

> Is this the correct

> syntax, and am I attempting to place this in the

> correct location?

You did not say where you are attempting to place the sun-web.xml file, but it should go into the webapps's WEB-INF/ dir.

>

> <session-config>

> <cookie-properties>

> <property name="isSecure" value="true"/>

> </cookie-properties>

> </session-config>

The syntax looks fine, but "true" is already the default value.

dev01@ws at 2007-7-7 0:28:22 > top of Java-index,Web & Directory Servers,Web Servers...