I'm using Connect + ExpressJs.
I'm confused about the point of sessions and session management while writing RESTfull API. Can anyone explain to me the point of session management here?
Edit:
Was going through this example on ExpressJs which does indulge in sessions:
https://github.com/visionmedia/express/blob/master/examples/auth/app.js
And thus was confused about the usage of sessions if I'm doing an Oauth2.0 API.