I'm working on a sails app still under development.
Each time I make a modification in a controller, I need to restart sails with a 'sails lift' command. Hopefully, it can be eased by using 'forever' tool which detect modifications and restart automatically.
But I need to re-log into my application (because the session is lost when restarting ?) which is really not convenient.
Is there any way to keep the user logged when restarting ?