Node.js session timeout - HELP!

Hi all!
I have a event in few hours and i’ve a big problem. When a user login and redirects to correct page, all works fine, but after a few minutes session expires and user is forced toreturn to login page. How i can change timeout session expires in Node.js. Remember in login action seems did’t work. I can change directly from server config or module? Many thanks!

If you are in hurry, try the following:

I got same problem and I set the security provider as following:

Schermata 2021-03-12 alle 12.59.59

change Domain with your IP or domain name obviously.

It worked for me.

1 Like

Thanks!!

And make sure you enter the value 1 in remember if you don’t use it. So it is always remembered and cookie is set

3 Likes