Cuong Ta

Results 2 comments of Cuong Ta

Simply remove cookie/headers by creating a middleware for route, and run before session middleware -> this help express-session alway run to `genid` function ``` function makeid(length) { var result =...

Thank you so much! I think lot of developers will firstly look at the example on README.md - which haven't been updated with latest change. That's a big cause to...