ssess
v0.4.0
Published
A very simple session middleware for connect
Downloads
1
Readme
ssess
is a very simple session middleware.
All it does is keep a signed identifier cookie on the client and retrieve it on each request.
It is the end developer's responsibility to do something with that identifier.