Welcome Guest, Not a member yet? Register   Sign In
drivers/Session_files_driver.php
#2

Your server OS stops Apache/PHP deleting session files from /tmp folder.

I would suggest first creating folder for sessions inside your project, ideally outside public_html folder.

Then, assuming you are using Linux, you need to make OS user that runs the Apache process owner of that folder. Depending on setup, this would usually be called simply apache.

Then make sure owner (apache) has write privilege for that folder.

The actual steps vary depending on your actual OS and Apache configuration, but this should point you to right direction.
Reply


Messages In This Thread
drivers/Session_files_driver.php - by ofir - 06-19-2018, 08:03 PM
RE: drivers/Session_files_driver.php - by Pertti - 06-20-2018, 12:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB