The session.auto_start option lets you write session scripts that don’t even need to call session_start() at the beginning. This can be quite handy if all your pages are intended to be used with sessions.
To enable this either modify the ‘session.auto_start’ option in your php.ini or use ini_set()
November 23rd, 2006 at 3:26 am
Can you give me more information, how to disable Session Auto Start?
Thanks
November 27th, 2007 at 10:03 am
drop off the session.auto_start in php.ini
or remove the ini_set() ?
/jiing/