Keep users logged in for 12 hours

I’ve been trying to keep the users authentication for 12 hours but I’m unable to make it last more than a while. I have tried several configurations taken from the documentation, some open source projects and this forum with no luck.

I really don’t know what I’m doing anymore. I don’t care if it’s made by sessions or cookies. I just want not to log in every hour.

Screenshot with my configuration:

Hi,

You probably need to configure your session.gc-maxlifetime on your php.ini: http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime

Tried that. Still not working.

2 days trying to solve this but it doesn’t work.

I’ve tried different configurations. With cookies, without cookies, on a fresh server…

This looks like a bad joke. I’ve got a full site working but I can’t deploy it because of this.

Hi, i tried those method but didnt work for me…
Any Proper solution ???