For my website, session management mostly works ok. Sessions are created, saved and used later without problems.
But when the code is using session_start(), it alway
Use session_start() as first session command, before all other session_*() methods!
session_start()
session_*()