javascript - User session with backbone.js -


I am writing a web app with Backbone.js and require.js for which all to use during the app User information needs to be stored User login Currently, when a user submits credentials there, a web service authenticates the user and gives data about that user. Traditionally, I could store that information in a session, how can I use this redbone?

You may want to use HTML5 for that. Take a look at the session storage adapter for backbone integration.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

java - Reaching JTextField in a DocumentListener -

c# - Add Image in a stackpanel based on textbox input -