I ran across a problem in the javascript for the OER Glue mashup process today that surprised me. We’re using backbone.js and so I had constructed a login form via one of the views. When the form was submitted I would create a session object and then attempt to save that to the server. The…