claudioc / jingo

Node.js based Wiki
MIT License
1.02k stars 184 forks source link

fixed cookie name to be RTC 6265 compliant #79

Closed vschoettke closed 9 years ago

vschoettke commented 9 years ago

The default cookie name ("express:sess") that the cookie-session module generates is not compliant with RFC 6265, and results in rejected requests if the other web app is checking for validity.

Therefore I changed the cookie name to a compliant one.

claudioc commented 9 years ago

Ah, nice one thanks :)