79508851

Date: 2025-03-14 11:04:16
Score: 1
Natty:
Report link
function session_regenerate_id(bool $delete_old_session = false): bool {}

This is how the function is created, so just call the function without passing params

session_regenerate_id();

or

session_regenerate_id(false);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: John Roshan