I want sessions working on this path:
domain.com/sessions
and I want them turned off for this path:
domain.com/sessions-off
Any idea on how I can do this? Once you've called session_start(), how do you make it so the server won't output a session cookie?