the plan was to use https://github.com/jed/cookies for cookie parsing and getting. express could include it as well via proto or something.
senchalabs/connect#382
expressjs/express#1139
not exactly sure what to do though because the old cookieParser is incompatible with the new cookies since they both use req.cookies.
we could just move that into a pending v2 or something. don't know. i feel like this whole lib is jank and should be rewritten anyways.
@visionmedia
the plan was to use https://github.com/jed/cookies for cookie parsing and getting. express could include it as well via proto or something.
senchalabs/connect#382
expressjs/express#1139
not exactly sure what to do though because the old
cookieParseris incompatible with the newcookiessince they both usereq.cookies.we could just move that into a pending v2 or something. don't know. i feel like this whole lib is jank and should be rewritten anyways.
@visionmedia