5
My problem is this:
The user logs in, the data is sent to the request page (which lists all the person’s requests in summary form). On this page is checked if the login is valid. If it is, the rest of the page is displayed, if it is not, back to the login page with error message. Then, on the request page, the person clicks on a link to view the content of the request.
When you return to the previous page (Requests), the expired message appears:
By pressing F5, asks to forward:
Question
What should I do to get around it?
What language are you using? Give us more details about the implementation :)
– Beterraba
No need for details, the problem is purely HTTP :)
– Rodrigo Rigotti