Question
Why is form data re-submitting on page refresh?
I'll start out by saying this is my first app using
Application.cfc, and I'm not sure I fully understand how to really
use it. With that said, I have the cfc with a cflogin script in it.
After the login, I get sent to the index page and that works fine.
However when I refresh the index page, I seem to log in again as
the browser seems to be saving the form data. I also noticed that
this happens on other forms to, so that it will keep inserting data
into the database. How do I stop this from happening?
