fmcleod
New member
Prior to the version upgrade, I was using the standard in PHP,
session_save_path("…/mystoragedir");
session_start();
It was working great. I did not want to use the ExeOutput method for storage because I also run this application on the web, so I am keeping the PHP (7.1) as clean as possible. Now, I am getting no SESSION files put into “…/mystoragedir” (example). As I mentioned, my coding in my scripts has worked perfectly through all ExeOutput versions since early 2017.
Can you help me understand what to do to use the simple, clean PHP session_save_path("…/mystoragedir") function.
Thanks
Frank Mc.
session_save_path("…/mystoragedir");
session_start();
It was working great. I did not want to use the ExeOutput method for storage because I also run this application on the web, so I am keeping the PHP (7.1) as clean as possible. Now, I am getting no SESSION files put into “…/mystoragedir” (example). As I mentioned, my coding in my scripts has worked perfectly through all ExeOutput versions since early 2017.
Can you help me understand what to do to use the simple, clean PHP session_save_path("…/mystoragedir") function.
Thanks
Frank Mc.
Last edited: