Hi all,
I’m having a situation with GET and POST and the Back button in IE 6. I have an include on all of my pages that has a login form in it. So basically, if a session exists the login form turns into a div with your name and profile info. Otherwise, the login form appears. I was using POST for the form but then realized that no matter what page I was on, if I clicked the back button in my browser the page had expired and could not be displayed. I found out that this is a POST issue that can be resolved using GET. So I changed the form to GET. It solved the issue and worked great. However, the bigger issue is now GET puts the users password in the address bars query string. Obviously a big problem. Does anyone have some insight on how I can acheive both fixes?
Thanks,
Mat