Is it true to say the tactic of regenerating session ID's is only useful to prevent session hijacking via session fixation? If not, how does regenerating id's help prevent against session hijacking?
This popular answer recomendeds to change the session ID often because:
..if an attacker does hijack a session you don't want them to be able to use it for too long."
But if the attacker has already hijacked a session won't they just receive the new session ID?