Re: Lynx issues "Alert!: Reloading document. All form entries will be lost!" when using header('Cache-Control: no-cache');

Chuck Houpt via Lynx-dev <[email protected]> Mon, 27 Jul 2026 08:28:05 -0400
Newsgroups gmane.comp.web.lynx.devel
Message-ID <[email protected]>

> On Jul 26, 2026, at 2:26=E2=80=AFPM, Mike via Lynx-dev =
<[email protected]> wrote:
>=20
> But some time ago I noticed that when I was using LMS in Lynx, there =
sometimes showed up old data in a form (as I'm checking now, that's not =
the case in Chrome). This is what issue 7 is about =
(https://github.com/decision-making-mike/lms/issues/7).

In the PHP, it looks like all the form elements use GET requests =
(action=3D"get"), but at least some should use POST because they are =
creating/modifying a resource. Could this be the underlying problem?

Cheers - Chuck=