I've run into an issue were fields are acting strangely in IE after being
populated via remoting.  I can't click anywhere on a text field to get a
cursor into the text field, there is just a very small 'hit area' in the
middle of the text fields.  This only happens in IE and only after
populating with a remoting call to a ColdFusion/JRun back-end.

I've been told there is an issue with IIS and the Cache-Control header, and
the setting needs to be changed.

I have changed the setting in IIS so now when I hit the directory with a
browser I get the following headers:

HTTP/1.1 200 OK
Cache-Control: no-cache, must-revalidate,no-cache
Content-Length: 3
Content-Type: text/html
Content-Location: http://192.1168.52.9/hr/model/test.html
Last-Modified: Fri, 01 Dec 2006 10:36:32 GMT
Accept-Ranges: bytes
ETag: "301b39913415c71:1ac9"
Server: Microsoft-IIS/6.0
Date: Fri, 01 Dec 2006 10:37:21 GMT
Connection: close

However when I make a remoting call to the same directory the headers I get
are:

HTTP/1.1 200 OK
Connection: close
Date: Fri, 01 Dec 2006 10:37:50 GMT
Server: Microsoft-IIS/6.0
Set-Cookie: CFID=707;expires=Sun, 23-Nov-2036 10:37:50 GMT;path=/
Set-Cookie:
CFTOKEN=370e1048ea054ef2-3D976BA3-C293-CA84-B8ED78331616B8FC;expires=Sun,
23-Nov-2036 10:37:50 GMT;path=/
Expires: Sat, 25 Dec 1999 00:00:00 GMT
Cache-Control: no-cache
Content-Type: application/x-amf
Content-Length: 4803


Notice the difference in the Cache-Control.

I suspect the header is being set by CFMX/JRun and not IIS for the remoting
call, but I have not found a way to change the setting in CFMX/JRun for
remoting calls.

Any help would be greatly appreciated.

Thanks,
Gus

PS.  I know I can use a CFHEADER tag in a regular ColdFusion page, but I
don't believe can do this with a remoting call.

Reply via email to