Getting @sethttpheader to work?

Just testing to see if the @sethttpheader works.

Created a test form with a hidden computed for display field with th following formula:

@SetHTTPHeader(“Set-Cookie”; “TESTHTTP=123”)

Formula returns 1 which means it was theoretically acceptable, but no cookie was set. IE6 with privacy set to allow all cookies.

Any suggestions?

Thanks,

Jordan

Subject: Getting @sethttpheader to work?

It works alright:

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/19de23e29c84a2d885256cd8002c15a1?OpenDocument&Highlight=0,%40sethttpheader

cheers,

Tom

Subject: RE: Getting @sethttpheader to work?

Tom,

Thanks for your post. To validate if the cookie was I was looking at the cookies for the browser… Are you saying that there are cookies within the HTTP header that can be set and read but are not available to the browser as a normal cookie?

BTW the purpose of this excercise is to get a p3p policy working in IE6.

Jordan

Subject: RE: Getting @sethttpheader to work?

The cookies you set using the @sethttpheader command are also available in the browser.

You can easily manipulate them in the browser using javascript …

cheers,

Tom