Hi
My host doesn't set session.auto_start=true so I've been putting session_start() at the top of each page. Everything works fine (as long as cookies are on).
Question: is there any downside to using session_start() on every page? It's only checking for a client-side $PHPSESSID, right?
Ross