Ive been doing a lot of reading about GET and POST.
I like POST as you do NOT get all the extra url information in the address bar.
When using get you end up with a string in the address bar that people can change and thus, get someone elses data.
BUT, using POST, you quite often get the Confirm dialog, " the page you are trying to view contains POSTDATA that has expired from cache. etc etc.
Anyone know of a trick to either get rid of the Confirm dialog, or by using GET in some fashion that all the extra url information is not displayed in the address bar.