+ 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
18th May 2020, 7:06 PM
Victor Andersson
Victor Andersson - avatar