Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter lost my session
#12

[eluser]Lokut Da[/eluser]
[quote author="tkyy" date="1282883065"]as the first response said you should use database sessions[/quote]

Yes, i'm using database sessions. Sad I configured my config.php file:

Code:
$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;

And I have created the ci_sessions table.

[quote author="WanWizard" date="1282915073"]You shouldn’t use the session as a replacement for your database.[/quote]

Yes, i know, it is an example only Smile I need session unlimited to my application, because i don't know how much Kb session i might need.

What do u think? (Sorry my english Tongue)

Thanks.


Messages In This Thread
CodeIgniter lost my session - by El Forum - 08-23-2010, 04:42 PM
CodeIgniter lost my session - by El Forum - 08-24-2010, 03:39 PM
CodeIgniter lost my session - by El Forum - 08-24-2010, 11:23 PM
CodeIgniter lost my session - by El Forum - 08-26-2010, 01:38 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 08:55 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 09:55 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 11:07 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 11:54 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 05:16 PM
CodeIgniter lost my session - by El Forum - 08-26-2010, 05:24 PM
CodeIgniter lost my session - by El Forum - 08-27-2010, 02:17 AM
CodeIgniter lost my session - by El Forum - 08-27-2010, 10:16 AM
CodeIgniter lost my session - by El Forum - 08-27-2010, 12:13 PM
CodeIgniter lost my session - by El Forum - 08-27-2010, 01:28 PM
CodeIgniter lost my session - by El Forum - 08-27-2010, 01:55 PM
CodeIgniter lost my session - by El Forum - 08-27-2010, 05:30 PM
CodeIgniter lost my session - by El Forum - 09-01-2010, 11:43 AM
CodeIgniter lost my session - by El Forum - 09-01-2010, 01:16 PM
CodeIgniter lost my session - by El Forum - 09-01-2010, 01:24 PM
CodeIgniter lost my session - by El Forum - 09-01-2010, 01:37 PM
CodeIgniter lost my session - by El Forum - 09-01-2010, 04:12 PM
CodeIgniter lost my session - by El Forum - 09-02-2010, 08:04 AM
CodeIgniter lost my session - by El Forum - 09-02-2010, 08:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB