I'm having some issues trying to code a system using a lot of session variables to access a MySql DB. It seems that we encounter a problem where the first time you access the DB, whether to make a query or to insert data, it does not actually do anything to the database. However, subsequent occasions when looking at the data or submitting data, with the same connection, everything works fine. This is not ALWAYS a problem, as some searches work fine, but others the information does not come back at all. However, you can click the back button, click on the record you want to view, and this time the record will come up fine. Another question we had was if there are any compatability issues regarding sessions between PHP 4.0.4 and older versions of Apache, i.e. 1.3.12. Any suggestoins would be greatly appreciated.