I allow CouchDB to serve the Sproutcore application, so there is no backend.
When a user logs in, I want him to be remembered, so he does not need to log in again.
With regular server servers, I used sessions for this.
Is there a way to simulate sessions in CouchDB?
If not, how do I make the application remember it?
ajsie source
share