kjtocool Posted December 14, 2007 Share Posted December 14, 2007 I have the following code, but telling it to re-validate apparently doesn't work, because it's re-submitting every time someone hits the back button. Any ideas? <?php header("Cache-Control: must-revalidate"); session_start(); Quote Link to comment Share on other sites More sharing options...
kjtocool Posted December 14, 2007 Author Share Posted December 14, 2007 Blah, apparently my problem was the header statement needs to come AFTER the my session statement? Working now. Quote Link to comment Share on other sites More sharing options...
nafetski Posted December 14, 2007 Share Posted December 14, 2007 I think most of us have solved our own problems shortly after posting them Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.