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.
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.