When someone (or some thing) is registering and filling out the new registration information, does this get written to the database while they are entering the data or is it stored in memory until they have finished?
What I would like to know is is possible to see what has been entered before they have finished? For instance, I know I have spam bots trying to register and I suspect they get to my question or the captcha and can't go any further. So they sit there for 10 or 15 minutes until their program times out and they drop off. I never get to see what they entered up to that point. So I was wondering if any of that data was entered into any of the tables in the database so it could be looked at.
Thanks
Mike
What I would like to know is is possible to see what has been entered before they have finished? For instance, I know I have spam bots trying to register and I suspect they get to my question or the captcha and can't go any further. So they sit there for 10 or 15 minutes until their program times out and they drop off. I never get to see what they entered up to that point. So I was wondering if any of that data was entered into any of the tables in the database so it could be looked at.
Thanks
Mike
Comment