Welcome Guest, Not a member yet? Register   Sign In
MY_Controller constructor not run for route in IE
#16

[eluser]mshaw087[/eluser]
Well, one solution I came up is to explicitly set no caching in the headers, although I haven't found a better solution at the moment:

Code:
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");


Messages In This Thread
MY_Controller constructor not run for route in IE - by El Forum - 08-26-2009, 04:02 PM
MY_Controller constructor not run for route in IE - by El Forum - 08-26-2009, 04:07 PM
MY_Controller constructor not run for route in IE - by El Forum - 08-27-2009, 11:38 AM
MY_Controller constructor not run for route in IE - by El Forum - 08-27-2009, 12:31 PM
MY_Controller constructor not run for route in IE - by El Forum - 08-27-2009, 01:57 PM
MY_Controller constructor not run for route in IE - by El Forum - 08-27-2009, 02:12 PM
MY_Controller constructor not run for route in IE - by El Forum - 08-28-2009, 08:50 AM
MY_Controller constructor not run for route in IE - by El Forum - 08-28-2009, 10:08 AM
MY_Controller constructor not run for route in IE - by El Forum - 08-28-2009, 10:17 AM
MY_Controller constructor not run for route in IE - by El Forum - 08-28-2009, 10:25 AM
MY_Controller constructor not run for route in IE - by El Forum - 08-28-2009, 10:38 AM
MY_Controller constructor not run for route in IE - by El Forum - 08-28-2009, 12:25 PM
MY_Controller constructor not run for route in IE - by El Forum - 08-28-2009, 12:37 PM
MY_Controller constructor not run for route in IE - by El Forum - 08-28-2009, 12:42 PM
MY_Controller constructor not run for route in IE - by El Forum - 08-28-2009, 12:56 PM
MY_Controller constructor not run for route in IE - by El Forum - 08-28-2009, 01:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB