I was playing around with php.ini\'s session.start_auto and tried setting it to 1. The site I am building requires session management on every page anyways and the server on
Nah, why should it be? In principle, its the same as having session_start(); as the second line in every page.
session_start();