Subversion Repositories SmartDukaan

Rev

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

Rev 11564 Rev 11565
Line 250... Line 250...
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;
254
$config['sess_match_useragent']	= FALSE;
254
$config['sess_match_useragent']	= FALSE;
255
$config['sess_time_to_update']	= 300;
255
$config['sess_time_to_update']	= 86400;
256
 
256
 
257
/*
257
/*
258
|--------------------------------------------------------------------------
258
|--------------------------------------------------------------------------
259
| Cookie Related Variables
259
| Cookie Related Variables
260
|--------------------------------------------------------------------------
260
|--------------------------------------------------------------------------