Originally posted by laserlight
If it is "choking" the database, and your filesystem can handle this better, then change the system to use files instead of the database (which would be what this "global session" would do, anyway).
If using files wont make a difference, or even make it worse, then it's time you look towards a better hosting solution.
It was a filesystem previously and performance was fine.
As the site got bigger, with more languages, the need for external translators became an issue. So it was made a solution where the tranlsators just log on to a web-gui and, and translate texts from english to their native languages. It was then decided to store the texts in a database.
So is there really no way to do this in PHP? I know it's possible in ASP.......