gbowne1 / RadioLogger

A Radio Logging application build with NodeJS and ExpressJS
GNU General Public License v3.0
6 stars 7 forks source link

Refactory files #78

Closed jzunigarce closed 1 year ago

jzunigarce commented 1 year ago

Detail

jzunigarce commented 1 year ago

I fix the problem. I removed cookieSession as we had another way to generate a session server side, however if required cookieSession can be added.

gbowne1 commented 1 year ago

Yes looks like it fixed. merged.

gbowne1 commented 1 year ago

Cookie session might help though

jzunigarce commented 1 year ago

I currently use cookie-parser, another middleware