I want to pass large amount of data from a jsp page to a servlet, the data to be passed is an HTML page with all its tags, and it is too big to be passed in the url, what other way can i use to effectively pass this value. I need to pass this way periodically (something like an autosave functionality of a page).
The data is string.
Is there a solution using jquery?