|
|
|
|
|
by taneq
3565 days ago
|
|
> I don't get what he fails to understand: if the back function obeyed expiration headers, then going back could potentially reload the page, potentially causing a re-GET or even a re-POST. There's already behaviour in place in most (all?) browsers to cover this case, at least for POST. When you go back to a page with had form data attached to the request, they'll ask you whether to re-submit the form. This doesn't happen for GET, but then you probably shouldn't be using GET for data anyway. |
|