[eluser]steel_slasher[/eluser]
i have a small problem with the sessions its not that i dont understand something its that the custom sessions sort of delete themselves when i go to a different page from the one they were created, i checked my cookies and on the page the custom cookies were made they are around twice in length but if i move to another page on the same server the length goes down in half
here is my config for sessions
Code:
$config['sess_cookie_name'] = 'cfagcms';
$config['sess_expiration'] = 0;
$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;
it could be that i am using 1.5.4 but i will check