Welcome Guest, Not a member yet? Register   Sign In
Multiple Set-Cookie in header? Session regenerating maybe?
#4

(04-20-2017, 04:58 AM)Martin7483 Wrote:
(04-20-2017, 04:40 AM)AzaZPPL Wrote: The only thing I could find is our upgrade from CodeIgniter 2 to CodeIgniter 3.

LOL Tongue That is a big change! Did you follow the upgrade guide?

Upgrading from 2.2.x to 3.0.x

Step 6 of the guide is about Session library
I've made sure that I followed all steps. Everything with the session works except for this part.
This is the config for session used
Code:
$config['sess_driver']          = 'database';
$config['sess_cookie_name']    = 'ci_session';
$config['sess_expiration']    = 7200;
$config['sess_use_database']    = FALSE; //TODO SET TRUE IN LIVE
$config['sess_table_name']    = 'Ci_sessions';
$config['sess_match_ip']    = FALSE;
$config['sess_time_to_update']  = $config['sess_expiration'];


(04-20-2017, 05:00 AM)Narf Wrote: The session ID lengths are different ... if it was CI_Session setting both, that wouldn't be the case.
I don't undestand what you mean.
Reply


Messages In This Thread
RE: Multiple Set-Cookie in header? Session regenerating maybe? - by AzaZPPL - 04-20-2017, 05:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB