Remember me is not working

I have faced following problem:

Can not auto login to my backend application part although I have chosen rememerMe during authentication.

I can see that cookies are successfully saved in my browser and not expired, but anyway I’m asked to enter login and password.

I enabled auto login to true in my config file, but it doesn’t help. What might be the issue?

Best regards

Which app template you have installed ?

I have autoLogin=false and "remember me" works.

I have installed advanced template.

I read from here. It states that autologin has to be enabled = true

https://github.com/y...ii2/issues/2461

Hello, the problem was I have changed structure of my user table. I didn’t have a column auth_key.

That is why rememberMe feature didn’t work. So need to be more careful!