I have problem with session saving in my project. I have project in node.js.
I want to do login function with saving informations in session storage, but I had problems. I decided to install Redis DB to save informations, but it still doesn’t work properly.
For example, when I log in, i see not full loaded user panel, but after one second I am redirected to login page.