Creating a return to page button
I have a post info page and posts page. Now posts page can have many filters, page number and stuff, I don't want to lose them. Just like when I click the built-in previous page icon, it should return to the posts page.
I need to go back to the posts page with a custom button because I can go further deep and return to post info page which renders built-in back icon useless.
The problem is how will I store this posts url information. It's harder because I can return to post info page from the post's chapters.
1 Reply
Should I use cookie for that?