At 15:53 02/12/2005, you wrote:
At 03:07 PM 2/12/2005, you wrote:
On 12 Feb 2005, at 22:08, Brad Perkins wrote:

When I wrestled with this same problem, I thought about using the random query param trick until I discovered that the order of sending the headers mattered. I didn't want to append the number, thinking too that it would be a big pain to implement.

Brad,

Can you tell us what is the correct order of the headers ?

Basically the various no-cache headers need to be sent after any cookies, or session information.


I'll need to go back and check the code in that project to see exactly what headers I sent and their specific order. I'll send a follow-up when I'm back in the office on monday.

Expires: Mon, 26 Jul 1997 05:00:00 GMT Last-Modified: <insert current GMT date time> GMT Cache-Control: no-store, no-cache, must-revalidate Cache-Control: post-check=0; pre-check=0", false Pragma: no-cache

Note the current GMT date time needs to follow RFC 822 (HTTP header date) format. Refer to that RFC. http://www.faqs.org/rfcs/rfc822.html. For example,

Last-Modified: Mon, 14 Feb 2005 15:53:08 GMT

-- Brad

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to