Hi all,
I would like my app to save user ListGrid Preferences (viewState) client-side.
As my first idea, I would perform this by putting the getViewState() into a cookie. But, I did not know that all requests are sending with cookies in the HTTP header... That causes a error 413, Request Entity Too Large.
So did you have some idea to solve this?
Any String compression/decompression to reduce cookie content and http header? Save preferences client-side in another way? Save preferences on server?
Thank you for your ideas and helps.
Regards.
I would like my app to save user ListGrid Preferences (viewState) client-side.
As my first idea, I would perform this by putting the getViewState() into a cookie. But, I did not know that all requests are sending with cookies in the HTTP header... That causes a error 413, Request Entity Too Large.
So did you have some idea to solve this?
Any String compression/decompression to reduce cookie content and http header? Save preferences client-side in another way? Save preferences on server?
Thank you for your ideas and helps.
Regards.
Comment