Skip to content

Commit

Permalink
sessionRegenerateId
Browse files Browse the repository at this point in the history
Change session_regenerate_id to  sessionRegenerateId 
#835
  • Loading branch information
walkor authored Oct 22, 2022
1 parent 5fe6b8d commit 103f801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Protocols/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ public static function sessionWriteClose()
*
* @link https://www.php.net/manual/en/function.session-regenerate-id.php
*/
public static function session_regenerate_id($delete_old_session = false)
public static function sessionRegenerateId($delete_old_session = false)
{
$old_session_file = HttpCache::$instance->sessionFile;
// Create a unique session_id and the associated file name.
Expand Down

0 comments on commit 103f801

Please sign in to comment.