Welcome Guest, Not a member yet? Register   Sign In
CI - Result white page in FireFox, disconnect in IE
#1

[eluser]Unknown[/eluser]
Hi ! I have a problem in CI

I config in file config.php


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

My offical have 15 computer, using browser firefox and IE . WHen I access address http://thesinhvien.com , my table ci_session store

41129f329bf33f62cd92fb1cb9fc3ed9 72.30.78.238 Mozilla/5.0 (compatible; Yahoo! Slurp; http://help 1230348237
a61a8746d846cfec40dda8cb63839da5 72.30.78.238 Mozilla/5.0 (compatible; Yahoo! Slurp; http://help 1230348237
9d6d07e9261ff125a2bb3edf0d0e23c6 72.30.78.238 Mozilla/5.0 (compatible; Yahoo! Slurp; http://help 1230348238
e62db1648b3a9ccd4a37727008710509 72.30.78.238 Mozilla/5.0 (compatible; Yahoo! Slurp; http://help 1230348239

In my website thesinhvien.com , blog (thesinhvien.com/blog)

When I access thesinhvien.com then result is a white page, no data.
When I access thesinhvien.com/blog the resull is ok.

I think CI check ip, when other computer in office , it access in result white page (firefox), disconnect is IE.




Theme © iAndrew 2016 - Forum software by © MyBB