Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use localStorage for pageCache #36

Open
RogerDodger opened this issue Oct 17, 2018 · 0 comments
Open

Use localStorage for pageCache #36

RogerDodger opened this issue Oct 17, 2018 · 0 comments

Comments

@RogerDodger
Copy link
Owner

A GET to a certain url should return a consistent result. Currently, paged threads without an explicit page go to the page it thinks the user was at last.

This mechanism is achieved by the server storing the page the user was last at in a cache.

Instead of the server making this decision, the user should do it themselves with localStorage and link hijacking of clicked links.

Alternatively, disable page caching altogether.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant