How to Handle Going Backwards in Navigation When Referrer in PHP/JavaScript won’t work?
You could use cookies. Set a cookie for each “level” (Messages, Series, Message) with the URL the user has last been on (including pagination). If no value is set for, say, Messages, because the user has jumped directly into Series, then you go to the default Messages URL without pagination – if a value is … Read more