Hi i have added the this <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> after value="$session[sessionhash to all my templates and my members are getting this
Quote:
While performing a search in the Games forum, I received the following message:
"Your submission could not be processed because a security token was missing or mismatched."
|
please can someone tell me what i should do now as i am a little confused also do i need to do anything with this code
YAHOO.util.Connect.asyncRequest('POST', scriptpath + '?do=ajax', {
success: this.handle_ajax_response,
failure: this.handle_ajax_error,
timeout: vB_Default_Timeout,
scope: this
}, SESSIONURL + 'securitytoken=' + SECURITYTOKEN + '&foo=' + foo);
thanks