I would like to set a particular page (one that does not require a user to sign in to use) to have a STATE_SAVING_METHOD
of client
rather than server
while the rest of the pages use server
. Is there a way to set it on a per-page basis?
I would like to do this to get around the dreaded ViewExpiredException
.