I have a site that has a search function that returns a list of items the user can click on. If the user clicks on one of the items, it takes the user to a page for that item. It the user then clicks on the back button, s/he gets a generic message that the page has expired.
Similarly, if I put a back to search results button on the page with onclick=javascript: window.history.back();, I sometimes get the same page expired page.
Does anyone know why I am getting this and what I can do about it so that my user can click the back button and get the list of search results to re-display?
Thank you,
Mel