Welcome Guest, Not a member yet? Register   Sign In
empty session path
#1

Hi, I've looked a while here, googled but found no hint.

My site https://www.MYDOMAIN uses sessions without problem, the session path is empty, however.
For testing i use version.MYDOMAIN and sessions are lost. here the session path is empty as well.

sess_cache folder has '777'

My config file is

$config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_save_path'] = FCPATH . 'sess_cache';


$config['sess_match_ip'] = FALSE;
$config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE;

$config['cookie_prefix'] = '';
$config['cookie_domain'] = '';
$config['cookie_path'] = '/';
$config['cookie_secure'] = FALSE;
$config['cookie_httponly'] = FALSE;

What might be wrong with my setup?
Reply


Messages In This Thread
empty session path - by wine-fine - 01-29-2018, 04:14 AM
RE: empty session path - by dave friend - 01-29-2018, 08:48 AM
RE: empty session path - by wine-fine - 01-29-2018, 09:04 AM
RE: empty session path - by wine-fine - 01-29-2018, 09:09 AM
RE: empty session path - by Narf - 01-29-2018, 11:58 AM
RE: empty session path - by wine-fine - 01-29-2018, 12:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB