irlnathan / activityoverlord20

This is an update to activityOverlord.
158 stars 52 forks source link

Sails session #14

Open andmog opened 6 years ago

andmog commented 6 years ago

Hi, I bought and read your book Sails in action. I created a simple app with Vue.js for client side rendering and routing and Sails.js as back end. I wrote login and logout functions in UserController.js as yours. I am using Postgresql as database. However, if I log on console 'req.session.me', it is always undefined in logout. Could you help me? Thanks