I’d like to use sessions for one of my projects and I’m wondering where the session initialization should be performed if one were to do this properly.
Right now, I just do a session_start() after calling the autoloader in my bootstrap.php. Is this OK or is there a better way & place to init session?
As usual, thank for any insights.