In IE if you exceed this value (default is 5,000,000) then you get a popup error:
I am wondering a few things:
1. is the statement-counter reset when the page loads, or at some other point? Because AJAX will just keep writing and eventually reach the limit, so I figure it is "per page load" or something?
2. Is there a way to print out the value of this counter? To see how many statements have been executed so far?
Its hard to figure out exactly how to refactor the code to the server side to avoid this issue ...
I am wondering a few things:
1. is the statement-counter reset when the page loads, or at some other point? Because AJAX will just keep writing and eventually reach the limit, so I figure it is "per page load" or something?
2. Is there a way to print out the value of this counter? To see how many statements have been executed so far?
Its hard to figure out exactly how to refactor the code to the server side to avoid this issue ...