Subversion Repositories SmartDukaan

Rev

Rev 10709 | Rev 11155 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10709 Rev 11086
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']		= 'ci_session';
247
$config['sess_cookie_name']		= 'ci_session';
248
$config['sess_expiration']		= 7200;
248
$config['sess_expiration']		= 0;
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;