Welcome Guest, Not a member yet? Register   Sign In
Problem with session files
#8

(11-23-2017, 01:09 AM)raffaele.bennoli Wrote: thank you for your reply. The path are correct and already absloute. 

These are our settings:

  $config['sess_driver'] = 'files';
  $config['sess_cookie_name'] = 'crm_';
  $config['sess_expiration'] = 0;
  $config['sess_save_path'] = '/webroot/temp/webcrm/';
  $config['sess_match_ip'] = FALSE;
  $config['sess_time_to_update'] = 60 * 30;
  $config['sess_regenerate_destroy'] = FALSE;

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/'
Reply


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 dave friend - 11-22-2017, 09:01 PM
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



Theme © iAndrew 2016 - Forum software by © MyBB