Local storage in browser, not on server

  • in PHP/Laravel i used local storage to store filtering data that NOT needs to be protected.

    this was stored in the users browser for personal use. In Node/Adonis i can’t make the local storage use the browsers memory/files. it creates an cache fil in the app on the server that then gets used by every user.

    i guess this has something to do with the PHP/Node differences and i cant figure out how to solve it.

    Anyone able to shed some light on this?

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!