If you Use e-Commerce please consider helping by donating to or sponsoring development. You can make a donation of a one off amount as big or as small as you want, Or alternatively you can sponsor development by paying $US5.00/mth.
form_token()drupal-4-6/includes/common.inc, line 981
Generate a form token based on the session and the private key to defend against cross site request forgeries.
function form_token() { return form_hidden('token', drupal_get_token()); }