[PHP] Frusration using Sessions!!!

2002-09-23 Thread Don
Hi, I am having trouble with sessions. I've created a user login/password section that uses session variables. Within this section, I have a form where the user enters data and submits. When the user clicks on the Browser back button, they should get back to the form with their data intact.

Re: [PHP] Frusration using Sessions!!!

2002-09-23 Thread Chris Shiflett
Don, First I must strongly advise that you never, ever design a Web application that depends on the back button. This is a key characteristic of a poorly designed application in most cases and is worth a second look. Glancing at the HTTP headers you are sending, two things stand out to me.