jquery - how to store session data in couchapp -


To ask parameters for events and show-functions? For example, to store global language options

You can use HTML5 for local storage or session storage. You can try to use the API, thus maintaining session status on the client side must create requests on the client, however, each request must pass session data.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -