in reply to •Re: Re: Expiring CGI pages
in thread Expiring CGI pages

I wrote: Maybe instead of expires the following line in the header might help you:

I didn't write: put this line in the body, did I?

If I really did, then sorry for my bad english. This was not intended by me.

Best regards,
perl -le "s==*F=e=>y~\*martinF~stronat~=>s~[^\w]~~g=>chop,print"

Replies are listed 'Best First'.
•Re: Re: •Re: Re: Expiring CGI pages
by merlyn (Sage) on Mar 07, 2002 at 19:26 UTC
    The head (which you call "header") and the body of an HTML payload are still part of the content. This kind of meta stuff doesn't belong in the content. It belongs in the HTTP Header.

    -- Randal L. Schwartz, Perl hacker

      Now I understand what you said, and agree.

      Thanks for showing a better solution!

      Best regards,
      perl -le "s==*F=e=>y~\*martinF~stronat~=>s~[^\w]~~g=>chop,print"