http://www.perlmonks.org?node_id=184724


in reply to Re: XML & Cookies
in thread XML & Cookies

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

Thanks.

Hotshot