RE: no-cache headers?

2001-03-20 Thread Geoffrey Young
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 11:44 AM To: mod_perl list Subject: no-cache headers? I've a note in the guide to check the correctness of the following section. I have these 2 questions: 1. Should all three

RE: no-cache headers?

2001-03-20 Thread Stas Bekman
On Tue, 20 Mar 2001, Geoffrey Young wrote: For normally generated response use: $r-header_out("Pragma","no-cache"); $r-header_out("Cache-control","no-cache"); $r-no_cache(1); $r-no_cache(1) sets these headers for you - no need to set them yourself. If for some reason you