I was wondering if someone knows how to solve this:
I’m building a SAAS (it’s a learning management software). Some of the pages are one-pages where I’m displaying content from the database in different groups based on the users choice. Typically there is a menu bar with buttons on the left side of the screen and a several content groups on the right side where content is displayed. I’m using Option Sets and URL parameters to achieve this.
The problem is that when I (or the user) refresh the browser, the content in the groups disappears.
Is there a way to prevent this from happening?