I need to pass a potentially large amount of data from one page to another using client side techniques. It is basically a list of id\'s which will get displayed on the targ
Thusends of IDs isn't so much. If the IDs are GUIDs there will be Nx32 bytes. You could use jQuery post, which will trigger a HTTP Post.