Possible

It's possible one could do that, though it would mean showing people pages after they have expired. However, there are other ways to get to an old page besides the back button, such as history -- and as I've pointed out, bookmarks. If there are going to be time when you want forms to be resubmitted with data, you want to know what the consequences of that are, and in particular if there are no consequences. One of the classes of side-effects I should add to the list is "login." If a form logs you in, that's a big side effect in some senses, but really a very minimal one in other senses.

Right now the distinction between POST and GET is arbitrary. Both are forms, they are largely isomorphic. POST just doesn't show what you submitted in the URL, and can be used for larger bits of data.

Reply

Please enter Brad's last name above. Case doesn't matter
Please make up a name if you do not wish to give your real one.
The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.

More information about formatting options