gbowne1 / RadioLogger

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

Refactory files #78

Closed jzunigarce closed 11 months ago

jzunigarce commented 11 months ago

Detail

jzunigarce commented 11 months 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 11 months ago

Yes looks like it fixed. merged.

gbowne1 commented 11 months ago

Cookie session might help though

jzunigarce commented 11 months ago

I currently use cookie-parser, another middleware