Why does changing/making errors in one's codebase sometimes destroy a session in Codeigniter/PHP? I can't figure out the logic of why this is happening sometimes and not others and its driving me nuts.
I'm wondering what the triggers are for calling sess_destroy(). Can a session only be destroyed if my script contains code that writes data to the session? I guess what i'm trying to figure out is whether there are redirect scripts baked into codeigniter/php to destroy a session upon parse errors even if I haven't explictly made calls to update the session data
thanks,
tim