You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2021. It is now read-only.
When changing the session save path to a directory within my project with the PHP function session_save_path() it does not work.
It does change the directory and creates the session file within the given directory, but the session file remains empty.
When I use the default session save path there is no problem.