Re: Application backtracking limit
Re: Application backtracking limit
- Subject: Re: Application backtracking limit
- From: Chuck Hill <email@hidden>
- Date: Tue, 23 Mar 2004 08:30:58 -0800
On Mar 23, 2004, at 12:51 AM, Sam Hart wrote:
Hi,
I have recently had a strange error from a WOProject, something along
the lines of
"The application backtracking limit of 30 has been exceeded"
Using frames can cause this. As can backtracking. :-) If you are
manually generating URLs this can also happen.
This continues until the session is culled.
Doing a search for this term returns "Missing page error" for probably
most the WO based sites on the net.
I am going to investigate WOApplication's
handlePageRestorationErrorInContext() but it does not seem like much
of a solution.
That is mostly for producing a specific error page.
Why is there a bactracking limit ?
To prevent needless over consumption of memory.
how did I reach it ?
See above.
what other solutions are there ?
That depends on your specific problem.
Chuck
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.