Welcome Guest, Not a member yet? Register   Sign In
Session or cache WEIRD problems
#1

[eluser]jahbob[/eluser]
Well first of all sorry about my english, im brazilian guy.

Well this error started suddently 2 days ago,I didnt changed anything relevant on codes, just some things that has nothing to do with login/register
When I login and the session are started I have to refresh the home page to the login start work and all information is showed in the home page.

And if I try to access a page that require to be loged in, if I dont refresh the page with f5 the website continues to work has Im didnt loged in!
It dosnt matter if I click on the url and press enter, it HAS TO BE F5 !

I dont use any cache but it really looks a cache problem because if I enter on login page, then log in im redirected to home page, then I refresh with f5 and im really loged in, if I try to access register controller im redirected to home page, and if I try to access login controller I can access normaly.But they use EXACTLY the same function to check if user is loged in !
Now if I refresh with f5 on the login controller, im redirected to home page and cant access anymore the login controller

My config :

config['sess_cookie_name'] = 'zup_cooki';
$config['sess_expiration'] = 7200;
$config['sess_expire_on_close'] = FALSE;
$config['sess_encrypt_cookie'] = FALSE;
$config['sess_use_database'] = TRUE;
$config['sess_table_name'] = 'tb_session';
$config['sess_match_ip'] = FALSE;
$config['sess_match_useragent'] = TRUE;
$config['sess_time_to_update'] = 300;

*/
$config['cookie_prefix'] = "zup";
$config['cookie_domain'] = "";
$config['cookie_path'] = "/";
$config['cookie_secure'] = FALSE;

*/
$config['csrf_protection'] = FALSE;
$config['csrf_token_name'] = 'csrf_test_name';
$config['csrf_cookie_name'] = 'csrf_cookie_name';
$config['csrf_expire'] = 7200;


If anyone wants see the error on live server :

Log in with facebook to see the error
I really need help, I already tryed everything that is possible and this bizarre error dosnt go away .


Messages In This Thread
Session or cache WEIRD problems - by El Forum - 12-06-2012, 10:18 PM
Session or cache WEIRD problems - by El Forum - 12-07-2012, 08:08 AM
Session or cache WEIRD problems - by El Forum - 12-07-2012, 08:31 AM
Session or cache WEIRD problems - by El Forum - 12-07-2012, 08:45 AM
Session or cache WEIRD problems - by El Forum - 12-07-2012, 09:28 AM
Session or cache WEIRD problems - by El Forum - 12-07-2012, 10:56 AM
Session or cache WEIRD problems - by El Forum - 12-07-2012, 11:18 AM
Session or cache WEIRD problems - by El Forum - 12-07-2012, 11:50 AM
Session or cache WEIRD problems - by El Forum - 12-07-2012, 12:51 PM
Session or cache WEIRD problems - by El Forum - 12-07-2012, 12:56 PM
Session or cache WEIRD problems - by El Forum - 12-07-2012, 01:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB