0
What is the alternative to cookies (I can use it in solo learn app )
What is the alternative to "cookies" or "localStorge" ((I can use it in solo learn app )) ? I need to save some data in user device when he/she visit my web page, but I can't use cookies or localSorge in solo learn app
1 Réponse
+ 10
SL app blocks both of those so the alternative would be to use a database or some web service such as Firebase to save data
here are some old posts to help you get started
https://www.sololearn.com/discuss/358037/?ref=app
https://www.sololearn.com/discuss/304307/?ref=app
https://www.sololearn.com/discuss/356193/?ref=app