Changing config-sess_table_name value so no error occurs if dbprefix is changed to something else than "ospos_"

This commit is contained in:
Malte Srocke
2015-01-14 23:34:43 +01:00
parent 37be5c9446
commit acb764a040

View File

@@ -262,7 +262,7 @@ $config['sess_expiration'] = 0;
$config['sess_expire_on_close'] = FALSE;
$config['sess_encrypt_cookie'] = FALSE;
$config['sess_use_database'] = TRUE;
$config['sess_table_name'] = 'ospos_sessions';
$config['sess_table_name'] = 'sessions';
$config['sess_match_ip'] = FALSE;
$config['sess_match_useragent'] = FAlSE;
$config['sess_time_to_update'] = 0;