Welcome Guest, Not a member yet? Register   Sign In
Session not work on server
#4

[eluser]edidiway[/eluser]
sorry for the long time to me for posting to this thread.

@Cshamoh : I dont setting anything to the session in config.php file.
if you want see the setting from default, this is the code :
$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;

@narkboy : yes, on my mind just like yours, I think if the session works, it should works. but the fact, it didnt work. It only works on FF, but not the others.

if its because cookie / security, why when I ran on my localhost it worked fine.

and there is something I confuse :
I tell to some of my friends to run online using chrome browser on their computer, and it works.. hahaa..
why only on my computer didnt work on server but work on localhost. It seems very odds.
if its because my cookie, I think it is impossible thats my cookie setting on IE, Chrome, Safari, and Opera was crashed at the same time. but remember that the cookie works fine if I run on localhost.

thanks for anyhelp again.


Messages In This Thread
Session not work on server - by El Forum - 01-21-2011, 11:21 AM
Session not work on server - by El Forum - 01-21-2011, 02:05 PM
Session not work on server - by El Forum - 01-21-2011, 03:35 PM
Session not work on server - by El Forum - 01-26-2011, 11:38 AM
Session not work on server - by El Forum - 01-26-2011, 02:07 PM
Session not work on server - by El Forum - 01-26-2011, 03:40 PM
Session not work on server - by El Forum - 01-26-2011, 08:31 PM
Session not work on server - by El Forum - 01-26-2011, 09:01 PM
Session not work on server - by El Forum - 06-06-2011, 08:06 PM
Session not work on server - by El Forum - 04-05-2012, 07:56 PM
Session not work on server - by El Forum - 04-10-2012, 08:19 PM
Session not work on server - by El Forum - 09-11-2012, 01:31 AM
Session not work on server - by El Forum - 01-14-2013, 02:03 AM
Session not work on server - by El Forum - 12-18-2013, 07:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB