Welcome Guest, Not a member yet? Register   Sign In
Blank screen after login
#4

[eluser]nk94555[/eluser]
Following are my config settings for session handling:

$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_encrypt_cookie'] = FALSE;
$config['sess_use_database'] = FALSE;
$config['sess_table_name'] = 'ci_sessions';
$config['sess_match_ip'] = FALSE;
$config['sess_match_useragent'] = TRUE;
$config['sess_time_to_update'] = 300;

/*
|--------------------------------------------------------------------------
| Cookie Related Variables
|--------------------------------------------------------------------------
|
| 'cookie_prefix' = Set a prefix if you need to avoid collisions
| 'cookie_domain' = Set to .your-domain.com for site-wide cookies
| 'cookie_path' = Typically will be a forward slash
|
*/
$config['cookie_prefix'] = "";
$config['cookie_domain'] = "";
$config['cookie_path'] = "/";

/*
|--------------------------------------------------------------------------
| Global XSS Filtering
|--------------------------------------------------------------------------
|
| Determines whether the XSS filter is always active when GET, POST or
| COOKIE data is encountered
|
*/
$config['global_xss_filtering'] = FALSE;


Messages In This Thread
Blank screen after login - by El Forum - 01-05-2010, 01:37 AM
Blank screen after login - by El Forum - 01-05-2010, 05:46 AM
Blank screen after login - by El Forum - 01-05-2010, 12:43 PM
Blank screen after login - by El Forum - 01-05-2010, 01:05 PM
Blank screen after login - by El Forum - 01-06-2010, 03:20 AM
Blank screen after login - by El Forum - 01-06-2010, 04:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB