On the server side, we can authenticate the user, but I want the data to be saved when ajax or jQuery sends the data. As on the client side, someone can only see the parameters of any call in an encrypted format. So how do I do this. I saw this script on this site.
EDIT
we can ignore data encryption when it comes from the server. But at least during shipping is required. see an example on this site in setupsetting checkboxes for notification. You can view the request using the firebug add-on in Mozilla firefox.
Vikas source
share