Hi Guys,
I would like to check how is it that I can go about regenerating sessions?
So as to,
1) Prevent Session Fixation attacks 2) Update persistent ACLs.
Since I do not see any function, I assume I would use the PHP session_regenerate_id to generate a new one and assign it?
Thanks for the assistance