-
-
Notifications
You must be signed in to change notification settings - Fork 15
"Remember me" login #7
Copy link
Copy link
Open
Labels
Description
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();
Reactions are currently unavailable