Trevor
0
- Joined
- Jul 17, 2009
- Messages
- 4,386
- Points
- 113
I actually *just* discovered something.
When PHP encounters an error somewhere, it *immediately* outputs the error message - this causes your session to fail because PHP must send headers to output the error message.
Interesting piece of information that may help you.
-Trevor
When PHP encounters an error somewhere, it *immediately* outputs the error message - this causes your session to fail because PHP must send headers to output the error message.
Interesting piece of information that may help you.
-Trevor