J. wrote:
I can also confirm what you said - the input of a web block counts towards the limit of the parent page.
If people are interested, I can share my method of testing.
Thanks for all the help,
Robrecht
I forgot to answer your question..
yes, webblocks are just pieces on the server-side, it all combines into 1 big page.
that said, viewstate getting too large, how many session variables do you have?
do you have records, lists in your session variables?
I just had a look at the session variables and there are indeed quite a lot. Most of them are for search keywords but there are a few record lists indeed. I've discussed this with an analyst and I'll have a look at cleaning that up after I fix this form (which is my current priority). yes, webblocks are just pieces on the server-side, it all combines into 1 big page.
that said, viewstate getting too large, how many session variables do you have?
do you have records, lists in your session variables?
I can also confirm what you said - the input of a web block counts towards the limit of the parent page.
If people are interested, I can share my method of testing.
Thanks for all the help,
Robrecht