Problem with session files |
(11-23-2017, 01:09 AM)raffaele.bennoli Wrote: thank you for your reply. The path are correct and already absloute. I may be wrong because I have no knowledge of your file structure, but 'sess_save_path' does not look complete to me. It has to be the complete path from the root of the drive. In a typical Linux setup it would look more like this. PHP Code: $config['sess_save_path'] = '/var/www/webroot/temp/webcrm/'; |
Messages In This Thread |
Problem with session files - by raffaele.bennoli - 11-22-2017, 02:18 AM
RE: Problem with session files - by PaulD - 11-22-2017, 12:17 PM
RE: Problem with session files - by raffaele.bennoli - 11-23-2017, 01:05 AM
RE: Problem with session files - by dave friend - 11-22-2017, 09:01 PM
RE: Problem with session files - by raffaele.bennoli - 11-23-2017, 01:09 AM
RE: Problem with session files - by dave friend - 10-30-2018, 11:41 AM
RE: Problem with session files - by clover - 10-21-2018, 02:57 PM
RE: Problem with session files - by InsiteFX - 10-24-2018, 09:08 AM
RE: Problem with session files - by shafiq2410 - 12-28-2021, 09:34 PM
RE: Problem with session files - by roben - 01-10-2022, 01:51 AM
|