I'm searching an equivalent of app.config for appjs because I need to store some variables and I don't want that an user can see one of them. Any suggestion?
Asked
Active
Viewed 59 times
1 Answers
0
the app.config file is in server side but the .js run in client side. there is no file such as app.config you should use client side solutions like cookies or you can save your variable on server and then load that with ajax when you need it.

Alireza Orumand
- 176
- 1
- 5