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
Post a Comment