It is safe to use session_id with a custom string? Because my session_id generated a different random token after I reload my php project that cause session won't store
<?php
session_id('r153vde76mulguktfamh9tsprk');
session_start();
?>
It is safe to use session_id with a custom string? Because my session_id generated a different random token after I reload my php project that cause session won't store
<?php
session_id('r153vde76mulguktfamh9tsprk');
session_start();
?>