Posted - 08/23/2026 : 17:05:29
This is an example of what not used to happen:
I search for products by going to Product Admin, select a product, multiple options appear as they should, I open a product by clicking on Modify but I don't modify anything because it wasn't the product that need changed. So i click the back arrow button and it gives me this below. After refreshing the page, ALL my products I searched for are gone and I'm back to the original search products Page.
Confirm Form Resubmission This webpage requires data that you entered earlier in order to be properly displayed. You can send this data again, but by doing so you will repeat any action this page previously performed.
Press the reload button to resubmit the data needed to load the page.
ERR_CACHE_MISS
Product Admin generates the search results using a POST request. Because the admin area correctly uses Cache-Control: no-store, Chrome cannot restore that results page when I click Back. Refreshing then loads a fresh copy of adminprods.php, which has no saved search criteria, so all filtered results disappear.
I don't recall this happening in older ECT versions.
Patrick
ECT v8.0.0 PHP 8.3.33
|