express-session
in a RESTful way
restsession - Store your RESTful API Specification (endpoint)
Get list of all Sessions
Request:
GET /
Response:
Remove everything
Request:
DELETE /
Reponse:
Get one Session
GET /{sid}
Response:
Delete one Session
DELETE /{sid}
Reponse:
Add one Session
Request:
POST /
Response:
This can also be used in conjuction with the ?ping
URL parameter. Then the API is able to update any existing expire times of the session if any.