Can I use ob_start() before or after session_start()?

I am trying to decide whether to put ob_start() before my session or after session, which is the best way and do I need ob_start()?

1 Like

so I guess that I must add it before session_start()?

yes

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.