How can we send a large size of data (>2038 char) from client to Server using ajax?
I like to send an array of key-pair values of size more than 10KB. I am currently using cookies, is there any other prefered way by which we can send it through an Ajax Call.