Subversion Repositories SmartDukaan

Rev

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

Rev 11534 Rev 11536
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']	= 1800;
255
$config['sess_time_to_update']	= 300;
256
 
256
 
257
/*
257
/*
258
|--------------------------------------------------------------------------
258
|--------------------------------------------------------------------------
259
| Cookie Related Variables
259
| Cookie Related Variables
260
|--------------------------------------------------------------------------
260
|--------------------------------------------------------------------------
Line 263... Line 263...
263
| 'cookie_domain' = Set to .your-domain.com for site-wide cookies
263
| 'cookie_domain' = Set to .your-domain.com for site-wide cookies
264
| 'cookie_path'   =  Typically will be a forward slash
264
| 'cookie_path'   =  Typically will be a forward slash
265
| 'cookie_secure' =  Cookies will only be set if a secure HTTPS connection exists.
265
| 'cookie_secure' =  Cookies will only be set if a secure HTTPS connection exists.
266
|
266
|
267
*/
267
*/
268
$config['cookie_prefix']	= "m_";
268
$config['cookie_prefix']	= "";
269
$config['cookie_domain']	= ".saholic.com";
269
$config['cookie_domain']	= ".saholic.com";
270
$config['cookie_path']		= "/";
270
$config['cookie_path']		= "/";
271
$config['cookie_secure']	= FALSE;
271
$config['cookie_secure']	= FALSE;
272
 
272
 
273
/*
273
/*