Hi Folks,
I have a feedback page in which I have embedded a CAPTCHA image. This CAPTCHA image is done through .ashx file which gets called on the feedback page.
Scenario: User clicks on the menu which has this feedback item, he then enters the details and clicks submit, all works fine till here. The problem is when the same user without closing the browser clicks on the feedback item again, he sees the same CAPTCHA image (I expected the CAPTCHA image to change which did not happen). I also noted that the CAPTCHA image gets changed only when the user closes the browser and opens a new one (or) when he clicks the F5 button on the keyboard. From this I understand that the feedback page is not getting refreshed and so it is not hitting the .ashx file which generates the random image. Any thoughts?
Thanks
Vernon
...
Go to the complete details ...