Has anyone ran into this problem?
Losing userdata (images) whenever an existing page/post is being edited.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
July 16, 2014 4:04pm
Subscribe [1]#1 / Jul 16, 2014 4:04pm
Has anyone ran into this problem?
Losing userdata (images) whenever an existing page/post is being edited.
#2 / Jul 16, 2014 4:23pm
I was reading another post but don’t really know anything or understand much. Do you think I’m having to constantly reselect the image because of the session.php file…that it’s using a cookie session?
$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;