Welcome Guest, Not a member yet? Register   Sign In
Form Re-submission Error
#6

I found the solution by using the following code.
Paste the code in Base controller

$response->removeHeader('Cache-Control');


header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-cache");
header("Pragma: no-cache");

Firstly remove the all build-in headers than add new ones.
Reply


Messages In This Thread
Form Re-submission Error - by waleed - 04-07-2021, 09:24 AM
RE: Form Re-submission Error - by InsiteFX - 04-07-2021, 08:48 PM
RE: Form Re-submission Error - by waleed - 04-07-2021, 11:39 PM
RE: Form Re-submission Error - by umarbhatti58 - 04-08-2021, 12:18 AM
RE: Form Re-submission Error - by InsiteFX - 04-08-2021, 12:12 PM
RE: Form Re-submission Error - by waleed - 04-15-2021, 11:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB