+ 2
Depends what data you intend to store.
Database
You can store data inside a database, youâll find what databases are supported in the documentation.
Cookies
You can store smaller sets of data inside cookies, not recommended for significant data or data that you want to store securely.
Files
Or you can simply write data to files within your application.
It all depends on the data and its purpose.
Brgds



