Welcome Guest, Not a member yet? Register   Sign In
Session logout problems
#1

[eluser]Stu Green[/eluser]
Hiya,

Having problems with the session cookies. I'm getting logged out when just browsing around my sites when logged in. Sometimes (quite rightly) it times out after inactivity. But other times it just logs me out randomly.

This is for a CMS so it needs to allow page inactivity for 20 mins or so (in case they are writing a long page), but then it automatically updates the page every 30 seconds anyway, so there is always activity, but I want the session to stay logged in for 20 minutes before expiring.

I need the optimum, secure configuration for the session cookies - what do people recommend?

current set up is the following:

Code:
$config['sess_cookie_name']        = 'my_session';
$config['sess_expiration']        = 1800;
$config['sess_encrypt_cookie']    = TRUE;
$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']     = 600;

Please advise.


Messages In This Thread
Session logout problems - by El Forum - 05-13-2009, 03:42 PM
Session logout problems - by El Forum - 05-13-2009, 04:22 PM
Session logout problems - by El Forum - 05-13-2009, 07:07 PM
Session logout problems - by El Forum - 05-13-2009, 07:31 PM
Session logout problems - by El Forum - 05-13-2009, 07:41 PM
Session logout problems - by El Forum - 05-14-2009, 01:42 AM
Session logout problems - by El Forum - 05-14-2009, 01:49 AM
Session logout problems - by El Forum - 05-14-2009, 11:27 AM
Session logout problems - by El Forum - 05-15-2009, 06:21 AM
Session logout problems - by El Forum - 05-15-2009, 06:23 AM
Session logout problems - by El Forum - 05-15-2009, 06:31 AM
Session logout problems - by El Forum - 05-15-2009, 07:54 AM
Session logout problems - by El Forum - 05-15-2009, 07:59 AM
Session logout problems - by El Forum - 05-15-2009, 08:00 AM
Session logout problems - by El Forum - 05-15-2009, 08:34 AM
Session logout problems - by El Forum - 05-15-2009, 08:46 AM
Session logout problems - by El Forum - 05-18-2009, 08:04 AM
Session logout problems - by El Forum - 01-12-2011, 12:04 AM
Session logout problems - by El Forum - 02-08-2012, 12:56 PM
Session logout problems - by El Forum - 02-10-2012, 12:19 PM
Session logout problems - by El Forum - 02-15-2012, 07:42 AM
Session logout problems - by El Forum - 02-15-2012, 12:33 PM
Session logout problems - by El Forum - 02-15-2012, 12:35 PM
Session logout problems - by El Forum - 02-15-2012, 12:38 PM
Session logout problems - by El Forum - 02-18-2012, 06:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB