Posts by Lucas da Silva Santos • 23 points
3 posts
-
0
votes0
answers56
viewsQ: Persist session even after server crash and up again in Nodejs
How do I persist the user login session even when the application "crasha" and comes back again. Currently when the server gives some unexpected error I go there fix the error and saved, then the…
-
2
votes1
answer143
viewsQ: Treat Nodejs application for when crash, the server restart alone
I have a Nodejs application that when crashes with some error in the controller the server stops and says that it is waiting to fix the error in order to restart the application. How do I restart it…
-
0
votes1
answer65
viewsQ: Code does not update in Hibernate JPA in Eclipse
Hello guys I’m making a system to sharpen a little my techniques and I came across a problem. I modified my code a little while ago but when I went to debug it looked like it was running the old…