I have several forms that were giving me spam problems. I executed Captcha on the site but that also created a lot of consumer calls and problems.
Has anybody tried this solution or have any comments. I'm running ecom site with no new session id with https.
So I encript the session id and place in a hidden field on the form. I unencript the sessionid on the form exec page. if the value = process the form not same value I redirect back to the form. Just as a back-up if session id = 0 I generate a random number encript and go through the same proess.
seems to be working...thank s
Has anybody tried this solution or have any comments. I'm running ecom site with no new session id with https.
So I encript the session id and place in a hidden field on the form. I unencript the sessionid on the form exec page. if the value = process the form not same value I redirect back to the form. Just as a back-up if session id = 0 I generate a random number encript and go through the same proess.
seems to be working...thank s
Comment