I use smarty template language in my php project. It works great except I’m getting:
Document Expired, This document is no longer available.
error every time I click back button in browser. I did not change any settings in php or smarty.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Nothing to do with smarty. When previous page was generated via POST request (submitting a form) then back button gives this message. It is perfectly normal behaviour. A page generated by submitting a form should not be available via back button. To get rid of it use GET method (querystring in URL).