| Line 243... |
Line 243... |
| 243 |
| 'sess_match_useragent' = Whether to match the User Agent when reading the session data
|
243 |
| 'sess_match_useragent' = Whether to match the User Agent when reading the session data
|
| 244 |
| 'sess_time_to_update' = how many seconds between CI refreshing Session Information
|
244 |
| 'sess_time_to_update' = how many seconds between CI refreshing Session Information
|
| 245 |
|
|
245 |
|
|
| 246 |
*/
|
246 |
*/
|
| 247 |
$config['sess_cookie_name'] = 'cisession';
|
247 |
$config['sess_cookie_name'] = 'cisession';
|
| 248 |
$config['sess_expiration'] = time()+31536000;
|
248 |
$config['sess_expiration'] = 31536000;
|
| 249 |
$config['sess_expire_on_close'] = FALSE;
|
249 |
$config['sess_expire_on_close'] = FALSE;
|
| 250 |
$config['sess_encrypt_cookie'] = TRUE;
|
250 |
$config['sess_encrypt_cookie'] = TRUE;
|
| 251 |
$config['sess_use_database'] = FALSE;
|
251 |
$config['sess_use_database'] = FALSE;
|
| 252 |
$config['sess_table_name'] = 'ci_sessions';
|
252 |
$config['sess_table_name'] = 'ci_sessions';
|
| 253 |
$config['sess_match_ip'] = FALSE;
|
253 |
$config['sess_match_ip'] = FALSE;
|