Hi Dan, I've been using the following with all my TAFs and haven't had a problem yet (knock on wood - ouch my head hurts now!), like the one you (and others) have described.
This works for me, to purposely make all my TAFs expire once served. <@assign local$httpHeader value="Content-Type: text/html<@CRLF>Cache-Control: no-cache, max-age=0, must-revalidate, proxy-revalidate<@CRLF>Pragma: no-cache<@CRLF><@USERREFERENCECOOKIE><@CRLF>"> I my opinion, for reliable dynamic web-applications, all TAFs should expire immediately. Other dynamic content served up from Witango, like external JavaScript or CSS files may want to be cached, but your base HTML output should be not be cached. Just my method, eh. Hope this helps. Test to self - my replies for the last couple days seam to be about an hour or more delayed - I'm sending this at 2:13pm PST. Cheers... Scott Cadillac http://xml-extra.net [EMAIL PROTECTED] VP, Research and Development Plus International Corp. 604-460-1843 [EMAIL PROTECTED] http://www.plusinternational.com Vancouver, BC, Canada Does your company have an Enterprise Information Portal? Check out Salsa at www.plusinternational.com/flash/salsa.htm ----- Original Message ----- From: "Dan Stein" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Thursday, June 06, 2002 1:28 PM Subject: Witango-Talk: Proxy Server Problems!!! > Despite the usually fool proof random number generator I am having proxy > server problems like those described in a previous thread. Todd's suggestion > of the web site with cache tutorial was very helpful but of the code > suggested there what is necessary in the HTTP header. I modified the HTTP > header through the config taf > The example uses this > > > HTTP/1.1 200 OK > Date: Fri, 30 Oct 1998 13:19:41 GMT > Server: Apache/1.3.3 (Unix) > Cache-Control: max-age=3600, must-revalidate > Expires: Fri, 30 Oct 1998 14:19:41 GMT > Last-Modified: Mon, 29 Jun 1998 02:28:12 GMT > ETag: "3e86-410-3596fbbc" > Content-Length: 1040 > Content-Type: text/html > > > I only used this > > HTTP/1.1 200 OK > Date: Fri, 30 Oct 1998 13:19:41 GMT > Expires: Fri, 30 Oct 1998 14:19:41 GMT > > And I put in those dates. Is that valid? > > > > -- > Dan Stein > Digital Software Solutions > 799 Evergreen Circle > Telford PA 18969 > Land: 215-799-0192 > Mobile: 610-256-2843 > FMP, WiTango, EDI,SQL 2000 > [EMAIL PROTECTED] > www.dss-db.com > > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
