the thing I'm trying to do is filling a client page with user's data (using JavaScript) and send it
back to the server through a cookie using XML format, the volume of the user's data is quite big(but yet less then 4k !!!) so I prefer to send it via cookie instead of POST or GET in order to achieve faster performances