Hi, I've used your wonderful code on my site to pull in twitter feeds on wordpress. Once I put everything into production mode, had issues with the session's since the headers were already sent. I pulled out the session_start() and everything works fine. I wanted to know why session_start() was there to begin with?
Hi, I've used your wonderful code on my site to pull in twitter feeds on wordpress. Once I put everything into production mode, had issues with the session's since the headers were already sent. I pulled out the session_start() and everything works fine. I wanted to know why session_start() was there to begin with?