How should I implement session storage on node.js
Posted
by thatismatt
on Stack Overflow
See other posts from Stack Overflow
or by thatismatt
Published on 2010-06-15T08:34:59Z
Indexed on
2010/06/15
11:32 UTC
Read the original article
Hit count: 341
I'm creating josi, a web framework for node.js. And I'd like to add session storage. What would be the best way to implement this? I'm assuming it probably has to be cookie based, but I'm interested in knowing if any other frameworks have a different approach.
© Stack Overflow or respective owner