confused about custom session handling

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

pixelwraith wrote:yes i dont think we'll be using that web host again :?
apart from that we are only allowed one database on the plan when two is preferred with session handling
On db should be plenty - maybe two tables in one db? If not, please elabourate.
pixelwraith
Forum Newbie
Posts: 18
Joined: Wed Apr 14, 2004 11:01 am

Post by pixelwraith »

we are using 1 db with many tables
however we had to change our non session handling code to suit the fact that the db has to be kept open all the time for the session handling
we have done this but i dont think its optimal
Post Reply