Subversion Repositories SmartDukaan

Rev

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

Rev 11086 Rev 11155
Line 242... Line 242...
242
| 'sess_match_ip'			= Whether to match the user's IP address when reading the session data
242
| 'sess_match_ip'			= Whether to match the user's IP address when reading the session data
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']		= 'cisession';
248
$config['sess_expiration']		= 0;
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';