With web browsers trying to be faster and faster more and more resources are pre[loaded|cached|fetched].
I use CodeIgniter for my web applications and I've built my controllers so that www.mysite.com/users/delete/10 will delete the user #10
My question is the following: will this page ever (either in one year or ten years) be precached by a web browser so that displaying my list of users will also delete them all (for example).
I know it's a pretty subjective question but it's pretty essential I think.
Thanks for your enlightenment.