Hi there, asked a question earlier about my template and sessions. I have 3 files;
header.php
content.php
footer.php
header.php and content.php use seperate session call ups, and because of this, it causes a cache error. I got this reply earlier on, however, i donk know how to do this? I didnt even think this was possible?
======
You cannot send content inbetween headers.
The header and footer should not use sessions, the content should use sessions and the header and footer should use the session-data generated by content.php.
Jonathan