When you use the WebPageStoreContext function it stores the context of the last page in the history so it will be available to all subsequent WebPageLink and WebPageSubmit calls. The available memory places are limited to 10 stored contexts, so if you exceed this limitation you will get the error message. To work around this you can delete contexts that are no longer needed using the function WebPageDeleteContext.
↧