|
session_regenerate_idUpdate the current session id with a newly generated one Description
bool session_regenerate_id
([ bool
$delete_old_session = false
] )session_regenerate_id will replace the current session id with a new one, and keep the current session information. Parameters
Return Values
Returns Changelog
Examples
Example #1 A session_regenerate_id example
<?php See Also
|