Skip to content

Commit 6b4d0c2

Browse files
authored
Destroy old session data
1 parent 9207a67 commit 6b4d0c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ForgeIgniter/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
$config['sess_save_path'] = 'system_sessions';
379379
$config['sess_match_ip'] = FALSE;
380380
$config['sess_time_to_update'] = 600;
381-
$config['sess_regenerate_destroy'] = FALSE;
381+
$config['sess_regenerate_destroy'] = TRUE;
382382

383383
/*
384384
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)