I've been looking around at sample code for handling sessions in a mysql database. They all seem to use presistant connections to the database. Is this the way to go if you want to store sessions in a database? Is there anything else I can do to ease the load on the database server? I heared something about creating the table that will hold the sessions as a heap table. Is this a good idea?