Hi All,
I can destroy sessions fine, but the problem I'm having is that when I hit the back button on the browser, it basically shows the form and all the data that was previously entered. I already tried using setcookie(session_name(),"","","/"); and I even tried setcookie(session_name(), "", time() - 3600);
I've also tried using the unset function on the $_COOKIE array. I am able to unset everything except for the $PHPSESSID. Could this be my problem?
I basically need a way for the cookies to expire after the users are done with the form. I've been working on this for a while now. And I'm getting desparate 🙂
Thanks In Advance,
Jeff