Hi,
Tell me please if it's enough to use just
session_start();
session_regenerate_id();
at the top of all php scripts to prevent session fixation?
I know it's recommended to regenerate only after login but if i use it always it will still work, right?
I need simple solution so I don't need to search through the whole code looking for login snippets.
Thank you,