Maximum Call Stack Size Exceeded Range Error

0
HI Community,     My app is full of non-persistent entities and we get data from apis and use non-persistent entities to show the data to the ui . In single page we are using many snippets and based on visibility conditions we are navigating between snippets and we are getting below warning and error messages.           Request state size of 464 objects exceeds the threshold of 100 objects. Request details: type         'RequestHandlingUtilImpl$' in session 'c822240c-7b92-4fd8-851a-acfa9dd21218'.     As of now we are doing cascading delete to resolve this issue but still some cases intermittently we are getting the same error.   Is there any permanent solution for this problem? where only non-persistent objects can be used. 
asked
0 answers