OK, just to get this out of the way first... I am >NOT< outputting
anything BEFORE my call to session_start() . The error I am getting is
NOT related to the session header having already been sent.
I am running on LAMP, and my code works in ALL cases but one... if I
pass it a value of category_id=259 , then the call to session_start()
bombs and I get an empty page. This doesn't happen for ANY other
category_id. I am at a complete loss here. Has anyone else seen
similar behavior?
anything BEFORE my call to session_start() . The error I am getting is
NOT related to the session header having already been sent.
I am running on LAMP, and my code works in ALL cases but one... if I
pass it a value of category_id=259 , then the call to session_start()
bombs and I get an empty page. This doesn't happen for ANY other
category_id. I am at a complete loss here. Has anyone else seen
similar behavior?
Comment