function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jaybh01Jaybh01 

Asynchronous call out using continuation pattern

How to get rid of the issue in visualforce page - Maximum Continuation state size limit (80KB) excceded?
suresh sanneboina 4suresh sanneboina 4
Hi,

In the Asynchronous Callouts the Visualforce controller-state size limit is (80KB). please use the transient keyword in the class variables and methods which are not storable on the vf page.

Regards
Suresh S