josephernest/TinyAnalytics

"Remember me" login

Opened this issue · 0 comments

As mentioned here, we should maybe add this to keep the session on the server (remember me feature):

ini_set('session.gc_maxlifetime', ...);
session_set_cookie_params(..., ...);
session_start();