#Hi,
1 messages · Page 1 of 1 (latest)
Session like, browser session, their server session, or maybe somewhere else? What kind of data are you looking to store?
I am looking to save user details/preferences he/she selected
The best place for those would probably be your database, imo. If you're using something like postgres you could also just throw these in as a JSON blob on their user row if you want to avoid more queries since you'd have to lookup the user anyway