Any option equivalent to query_string

I am forming a HTML with hyperlink through my Java agent. Is there any other option apart from ‘query_string’ to pass the values? Since I have lot of values to be passed I don’t want to append everything in the hyperlink. I tried by creating hidden fields in the html but that doesn’t seem to be working.

Any suggestions would be helpful.